ajslater / picopt

A multi format lossless image optimizer that uses external tools
GNU General Public License v3.0
108 stars 11 forks source link

Support additional compressors #14

Closed haarp closed 2 years ago

haarp commented 8 years ago

For PNG, zopflipng compresses slightly better than even pngout. For JPEG there is a jpegoptim.

ajslater commented 8 years ago

Thanks, I'll investigate zopfli. Am also considering pngwolf support.

As far as jpeg goes, jpegrescan was the best, although poorly packaged, but now mozjpeg obsoletes that and everything else. Other jpeg optimizers have been left in for backwards compatibility only.

ajslater commented 2 years ago

less concerned with this now that WEBP lossless is supported on all browsers.