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

How do I install a driver on my local system #85

Open nmeri17 opened 2 years ago

nmeri17 commented 2 years ago

The repository includes a vagrant file for installing all the drivers. However, I'm developing on my PC and can't port entire project to vagrant just cuz of this. I downloaded the binary pngquant from their site, added its folder to system variables path every but I still get the error regardless. How do I go about this?