Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 792 Bytes

File metadata and controls

20 lines (14 loc) · 792 Bytes

Compressit Library

Compressit library is a wrapper for image optimization libraries: pngquant, jpegoptim and gifsicle

Dependences

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

Additional info

It's strongly recommended to update required libraries to current version. This may need to compile them from source.