kornelski / pngquant

Lossy PNG compressor — pngquant command based on libimagequant library
https://pngquant.org
Other
5.19k stars 483 forks source link

Windows Build - Executing from current directory should include exclusion for pngquant.exe #400

Closed LtFarns closed 1 year ago

LtFarns commented 1 year ago

I was able to successfully install and execute the latest build 2.17.0 on my windows machine.

The pngquant.exe --ext .png --force 256 * worked as intended on my current directory. However, error: cannot decode image pngquant.exe occured at the end instead of expected success message. Thankfully this was the last file processed by the app.

Regards

kornelski commented 1 year ago

I'm not planning to do this. * means all files, and there's infinite number of wrong files it can select. Use *.png or something more specific like assets/*.png.