tjko / jpegoptim

jpegoptim - utility to optimize/compress JPEG files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
1.56k stars 116 forks source link

Required filename with --stdin and --stdout flag #110

Closed danilobuerger closed 2 years ago

danilobuerger commented 2 years ago

Starting with 1.4.7 when using jpegoptim --stdout --stdin I get the following error message:

jpegoptim: file argument(s) missing
Try 'jpegoptim --help' for more information.

I do not want to specify a filename as I am using stdin and stdout. This worked in 1.4.6

tjko commented 2 years ago

Thanks for pointing this out. This should now be fixed (commit: 77fcf640624402377e785f92f6b5f3f375befe1f) ?

danilobuerger commented 2 years ago

Thanks!