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 loadPaletteGrayscale() #120

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Fix loadPaletteGrayscale() #120

merged 1 commit into from
Jul 9, 2024

Conversation

Hi02hi
Copy link
Contributor

@Hi02hi Hi02hi commented Jun 30, 2023

Currently, loadPaletteGrayscale() is broken. It returns a palette containing [(0, 0, 0)x255, (1, 1, 1)]. If you use any number of steps other the default 256 steps, you don't even get the (1, 1, 1).

There are some small things you might want to change, such as the implicit move from float32 to float64 in the division and the fact that (255, 255, 255) will never be in the palette unless you use the full 256 steps, but at the very least, let's fix the function please :)

Currently, `loadPaletteGrayscale()` is broken. It returns a palette containing `[(0, 0, 0)x255, (1, 1, 1)]`. If you use any number of steps other the default 256 steps, you don't even get the `(1, 1, 1)`.
@ftsf ftsf merged commit 99d6023 into ftsf:main Jul 9, 2024
@ftsf
Copy link
Owner

ftsf commented Jul 9, 2024

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants