-
```
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…
-
```
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…
-
When converting our texture to a 16 bpp format, support Floyd-Steinberg dithering algorithm.
Related functions [textures.c]:
```
void ImageFormat(Image *image, int newFormat);
```
Dithering should …
-
```
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 …
-
```
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 …
-
```
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 …
-
```
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…
-
```
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 …
-
```
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 …
-
```
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 …