Hello,
First of all, great software, thanks.
It would be nice if we could optimize folders and sub-folders while keeping the directory structure.
For example, while trying to optimize a WordPress website, I have this folder structure:
2015
01
img1.jpg
img2.jpg
02
img3.jpg
03
[etc, usually dozens of images per month]
04
05
06
07
08
09
10
11
12
2016
[01-12]
2017
[01-12]
2018
[01-12]
When I try to batch optimize "uploads" folder, it forces me to specify a output directory, and it outputs the files like this:
Output folder
img1.jpg
img2.jpg
img3.jpg
img4.jpg
[etc]
It would be nice to have a "replace" option or a "keep folder structure" option while setting the output folder, otherwise I have to run the script for each month in the example above.
Thanks.