mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
6537ba19c3
- add new FASTOCTREE quantizer with alpha support
- make ZIP compress level and type configurable
- support reading/writing PNGs with paletted alpha
source 3637439d51
12 lines
232 B
C
12 lines
232 B
C
#ifndef __QUANT_OCTREE_H__
|
|
#define __QUANT_OCTREE_H__
|
|
|
|
int quantize_octree(Pixel *,
|
|
unsigned long,
|
|
unsigned long,
|
|
Pixel **,
|
|
unsigned long *,
|
|
unsigned long **,
|
|
int);
|
|
|
|
#endif |