mapnik/deps/pngquant/mediancut.h
Daniel Patterson 40be65c947 Use built-in compiler defines to detect SSE support.
Remove SSE tests from SConstruct.
Minimize libimagequant files.
2015-05-20 16:17:47 -07:00

2 lines
196 B
C

LIQ_PRIVATE colormap *mediancut(histogram *hist, const float min_opaque_val, unsigned int newcolors, const double target_mse, const double max_mse, void* (*malloc)(size_t), void (*free)(void*));