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

Improve performance of quantizing #38

Closed
micheldebree opened this issue Jun 10, 2020 · 1 comment
Closed

Improve performance of quantizing #38

micheldebree opened this issue Jun 10, 2020 · 1 comment

Comments

@micheldebree
Copy link
Owner

There is a lot of quantizing going on, which is a bottleneck for performance. To improve this:

  • Assume there is only one palette being used in the image (no different palettes per colormap)
  • Convert palette to the chosen colorspace only once.
  • Generally avoid quantizing the same pixel more than once.
@micheldebree
Copy link
Owner Author

Fixed in 0.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant