aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py2/libImaging/QuantOctree.h
blob: 968644eda02bb474e7752c79231564f98cc723a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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