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

fix support for non power-of-2 sized palette #29

Open
bcampbell opened this issue Sep 29, 2023 · 0 comments
Open

fix support for non power-of-2 sized palette #29

bcampbell opened this issue Sep 29, 2023 · 0 comments

Comments

@bcampbell
Copy link
Owner

There are a lot of places where power-of-2 size palettes are assumed.

Just to take one example:

  1. load an image with a non-power-of-2 size palette, eg https://lospec.com/palette-list/twilight-5-32x.png
  2. click "Edit -> Change Format..."
  3. pick RGBA or RGB format, and click OK

Expected:
image should now be RGBA or RGB

Actual:
image is still indexed

@bcampbell bcampbell changed the title fix support non power-of-2 sized palette fix support for non power-of-2 sized palette Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant