imagequant 2.3.3

Convert 24/32-bit images to 8-bit palette with alpha channel. Bindings for libimagequant that powers pngquant lossy PNG compressor.
imagequant-2.3.3 has been yanked.
Visit the last successful build: imagequant-4.4.1

#libimagequant bindings for Rust

Imagequant library converts RGBA images to 8-bit indexed images with palette, including alpha component. It's ideal for generating tiny PNG images (although image I/O isn't handled by the library itself).

This wrapper makes the library usable from Rust.

To build the imagequant crate:

make crate

It will produce libimagequant-….rlib. See example.rs for usage. For more details see libimagequant documentation.


Written for Rust 0.11.