Pillow/libImaging/QuantOctree.h

15 lines
238 B
C
Raw Normal View History

#ifndef __QUANT_OCTREE_H__
#define __QUANT_OCTREE_H__
2013-04-08 02:52:15 +04:00
#include "QuantTypes.h"
int quantize_octree(Pixel *,
2013-04-08 02:52:15 +04:00
uint32_t,
uint32_t,
Pixel **,
2013-04-08 02:52:15 +04:00
uint32_t *,
uint32_t **,
int);
2013-04-08 02:52:15 +04:00
#endif