Is it possible to batch convert a folder of JPEG images using jpegtran on Windows?
I normally use the following command for one file, but I'm not sure how to apply it to an entire directory of JPEG files:
jpegtran -copy none -optimize a.jpg b.jpg
Thank you.