Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Murray
9e24ae023d Fixed various typos 2015-06-08 01:17:49 +10:00
Oliver Tonnhofer
147a0204eb fix FASTOCTREE quantizer for large images (>16MP)
the color value counter sums all color values and this overflows
a uint32 at 16M white pixels, 32M gray pixels, etc.
2013-09-26 10:15:42 +02:00
Sandro Mani
07f632194d Make quantization code more portable 2013-04-08 00:52:15 +02:00
Oliver Tonnhofer
6537ba19c3 backport PIL's PNG/Zip improvements
- add new FASTOCTREE quantizer with alpha support
- make ZIP compress level and type configurable
- support reading/writing PNGs with paletted alpha

source 3637439d51
2013-03-11 20:33:04 +01:00