-
```
Add support for 24bit PNG.
Some notes on implementation:
-The color reduction&dithering only expect you to provide picture size,
and a raw array of 24bit pixels. Not so hard to get I guess.
-If …
-
```
1. Load a 24bit image, for example MARBLES.PCX in the pic samples.
2. Look at the picture, it is not dithered at all, looks like the error
distribution is not done as it should. Compare with the …
-
```
From the original authors of beta 96.5% :
WHAT WE STILL HAVE TO DO TO "COMPLETE" GRAFX 2.00:
- Rectangles filled with gradation
- Distort brushes
- Allow to use HSB values to define …
-
```
Some functions (mostly in op_asm.c) are not used anymore because we
disabled "assembly optimisations" (and there is no assembly code anymore).
We should find and remove them, however, some of th…
-
Sample images look like they don't have dithering enabled, which makes photo-like look much worse.
-
```
Add support for 24bit PNG.
Some notes on implementation:
-The color reduction&dithering only expect you to provide picture size,
and a raw array of 24bit pixels. Not so hard to get I guess.
-If …
-
```
What would you like to be changed or added ?
Hi,
i hope i don't overlooked something but until now i don't had find
anything like this in the program. What i exactly mean is 2 buttons
"import …
-
```
1. Load a 24bit image, for example MARBLES.PCX in the pic samples.
2. Look at the picture, it is not dithered at all, looks like the error
distribution is not done as it should. Compare with the …
-
```
What would you like to be changed or added ?
Hi,
i hope i don't overlooked something but until now i don't had find
anything like this in the program. What i exactly mean is 2 buttons
"import …
-
```
From the original authors of beta 96.5% :
WHAT WE STILL HAVE TO DO TO "COMPLETE" GRAFX 2.00:
- Rectangles filled with gradation
- Distort brushes
- Allow to use HSB values to define …