Compressit library is a wrapper for image optimization libraries: pngquant, jpegoptim and gifsicle
The following markups are supported. The dependencies listed are required if
you wish to run the library. You can also run script/bootstrap
to fetch them all.
- libpng --
sudo apt-get install libpng
- pngquant --
sudo apt-get install pngquant
- jpegoptim --
sudo apt-get install jpegoptim
- gifsicle --
sudo apt-get install gifsicle
It's strongly recommended to update required libraries to current version. This may need to compile them from source.