mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
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
|