6.6.3 - Alpha5 - images.save 方法使用 quality 参数时支持 png 格式的文件体积压缩 (issue #367)
This commit is contained in:
6
libs/imagequant/external/libimagequant/mediancut.h
vendored
Normal file
6
libs/imagequant/external/libimagequant/mediancut.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef MEDIANCUT_H
|
||||
#define MEDIANCUT_H
|
||||
|
||||
LIQ_PRIVATE colormap *mediancut(histogram *hist, unsigned int newcolors, const double target_mse, const double max_mse, void* (*malloc)(size_t), void (*free)(void*));
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user