Pillow/src/libImaging/QuantPngQuant.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
236 B
C
Raw Normal View History

#ifndef __QUANT_PNGQUANT_H__
#define __QUANT_PNGQUANT_H__
#include "QuantTypes.h"
int
quantize_pngquant(
Pixel *,
2020-05-13 23:57:15 +03:00
unsigned int,
unsigned int,
uint32_t,
Pixel **,
uint32_t *,
uint32_t **,
int
);
#endif