Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for palettes with more than 256 colors #668

Closed
dacap opened this issue May 12, 2015 · 1 comment
Closed

Support for palettes with more than 256 colors #668

dacap opened this issue May 12, 2015 · 1 comment
Assignees
Labels
feature Feature request, or something should be improved
Milestone

Comments

@dacap
Copy link
Member

dacap commented May 12, 2015

We should support palettes with more than (or less than) 256 colors (using 8-bit images).
As a next step we could add more color depth (9-bits for 512 colors, 10-bits, etc.).

@dacap dacap added the feature Feature request, or something should be improved label May 12, 2015
@dacap dacap added this to the v1.1 milestone Jun 17, 2015
@dacap dacap self-assigned this Jun 17, 2015
@dacap
Copy link
Member Author

dacap commented Jun 19, 2015

Fixed. There are some issues yet, mainly related to remapping colors that where deleted, as now the palette size can change. Related to issue #563

@dacap dacap closed this as completed Jun 19, 2015
dacap added a commit that referenced this issue Jun 19, 2015
#668)

With this commit we've removed doc::Palette::MaxColors constant.
dacap added a commit that referenced this issue Jun 30, 2015
We've added a new chunk type in .ase files to save palettes with alpha
channel, color name, and palettes with more than 256 colors.

Related to #668, #467, and #286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request, or something should be improved
Projects
None yet
Development

No branches or pull requests

1 participant