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 FASTOCTREE quantizer for large images (>16MP) #334

Merged
merged 1 commit into from
Sep 26, 2013

Conversation

olt
Copy link
Contributor

@olt olt commented Sep 26, 2013

the color value counter sums all color values and this overflows
a uint32 at 16M white pixels, 32M gray pixels, etc.

the color value counter sums all color values and this overflows
a uint32 at 16M white pixels, 32M gray pixels, etc.
aclark4life added a commit that referenced this pull request Sep 26, 2013
fix FASTOCTREE quantizer for large images (>16MP)
@aclark4life aclark4life merged commit 1641672 into python-pillow:master Sep 26, 2013
@aclark4life
Copy link
Member

Thanks

@olt olt deleted the octree-large-img-fix branch September 26, 2013 12:23
@olt olt restored the octree-large-img-fix branch May 16, 2019 09:24
radarhere pushed a commit to radarhere/Pillow that referenced this pull request Sep 24, 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

Successfully merging this pull request may close these issues.

2 participants