psliwa / image-optimizer

Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
MIT License
909 stars 141 forks source link

Writing custom optimizers #58

Closed cusster closed 5 years ago

cusster commented 6 years ago

Is there a way to extend and write custom optimizer to support other command line utility tools?

psliwa commented 5 years ago

In 1.2.2 version I added a simple way to add custom optimizer. Docs: https://github.com/psliwa/image-optimizer#custom-optimizers