aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py3/libImaging/QuantOctree.h
blob: e1c50407402ff054957578b200610d40ff92a691 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __QUANT_OCTREE_H__
#define __QUANT_OCTREE_H__

#include "QuantTypes.h"

int
quantize_octree(Pixel *, uint32_t, uint32_t, Pixel **, uint32_t *, uint32_t **, int);

#endif