aseprite/docs
David Capello 10dda30a15 Don't write color2 chunk for files with more than 256 colors (fix #4322)
We were incorrectly saving a wrong number of entries for palettes with
more than 256 colors in color2 chunk, anyway it doesn't make sense to
use this chunks as it doesn't support more than 256 colors. So we
removed it for this case.

We've also removed the palette chunk for cases where it's not required
at all, e.g. when we have less than 256 colors and doesn't have alpha
channel, it makes sense to use the color2 chunk as it's smaller in the
output file.
2024-02-22 19:46:34 -03:00
..
ase-file-specs.md Don't write color2 chunk for files with more than 256 colors (fix #4322) 2024-02-22 19:46:34 -03:00
CODING_STYLE.md Add several notes related to macOS 10.9 limitations 2023-01-05 10:21:50 -03:00
gpl-palette-extension.md Add simple color selection for tag/user data colors 2017-04-04 20:02:29 -03:00
LICENSES.md Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00