Not preserving source file paths in --recursive mode with --dir option #415
Labels
I-Not Planned
Requests that are considered out of scope or otherwise not likely to be implemented
T-Feature
Requests for a new feature to be added
oxipng.exe --recursive --dir .\out .\in
This will save processed .png's from
.\in\abra\cadabra\image.png
to.\out\image.png
instead of.\out\abra\cadabra\image.png
Without
--dir
mode files overwritting in source folder and operation lasts a few times longer.This is incorrect and this is "on top" problem.
The text was updated successfully, but these errors were encountered: