What's Changed * Improved JFIF marker handling by tjko in https://github.com/tjko/jpegoptim/pull/153 * New command line options: --keep-jfif and --strip-jfif
Unsigned binaries built via GitHub actions (https://github.com/tjko/jpegoptim/actions/runs/5815752650) are included for convenience:
What's Changed * Fix mozjpeg not preserving JPEG mode (progressive vs normal) by tjko in https://github.com/tjko/jpegoptim/pull/143 * Fix parallel processing and reading file list looping infinitely by Cubittus in https://github.com/tjko/jpegoptim/pull/148
Unsigned binaries built via GitHub actions (https://github.com/tjko/jpegoptim/actions/runs/4975052226) are included for convenience:
- Add support for reading list of files to process from a file (--files-from) or from standard input (--files-stdin) - Improved JPEG marker reporting - Fix -d, --dest option (thanks to Almas Kunapyanov), - Other minor fixes
- fix logging to stdout when --stdout is used *thanks to Eta - update --treshold option accept decimal numbers as parameter - fix crashes when processing certain broken JPEG images - fix memory leaks - fix (logging) output in parallel processing mode
1.5.0
* Parallel processing support added. Use option -w _max_ or --workers=_max_ to enable. * Fix --stdin option * Other minor fixes