ImageOptim / libimagequant

Palette quantization library that powers pngquant and other PNG optimizers
https://pngquant.org/lib
Other
780 stars 132 forks source link

Latest version doesn't appear to be compiled #76

Closed bluenlive closed 2 years ago

bluenlive commented 2 years ago

The latest version of the library does not appear to be compiled normally. Function set_importance_map_raw() is used in capi.rs, but I can't find it on any source, including lib.rs. Please check it.

error

kornelski commented 2 years ago

Thanks for the report. I've published a fix. Run cargo update and try again.

bluenlive commented 2 years ago

Thank you for your work. However, another error has occurred. Please check.

error

bluenlive commented 2 years ago

Finally, It works! Thank you for your efforts!