aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Pillow/py2/libImaging/QuantPngQuant.h
blob: d539a7a0d24d52db8d1cb2f4958dd011cb469789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __QUANT_PNGQUANT_H__
#define __QUANT_PNGQUANT_H__

#include "QuantTypes.h"

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

#endif