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
906 stars 141 forks source link

Does not strip creator and quality comments #66

Open Aduffy opened 5 years ago

Aduffy commented 5 years ago

I noticed that the optimized images still have the CREATOR and QUALITY comments. "CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 75"

Is there a way these can also be removed?