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

Bug fix for Windows (Fix Issue #9) #11

Closed SamarRizvi closed 8 years ago

SamarRizvi commented 8 years ago

Bugfix for Windows where control characters(^) are automatically added to command. Fixes Issue #9.

psliwa commented 8 years ago

Thanks.