Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not preserving source file paths in --recursive mode with --dir option #415

Open
ropucyka opened this issue Aug 4, 2021 · 1 comment
Open
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

Comments

@ropucyka
Copy link

ropucyka commented Aug 4, 2021

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.

@shssoichiro shssoichiro added I-High Issues that are breaking core functionality for a small number of users T-Bug Some piece of the software is not working as intended labels Aug 4, 2021
@ropucyka
Copy link
Author

ropucyka commented Aug 5, 2021

In source folder may presents not only PNG images, but another files also.
So please give option to copy or not them, if it possible.
For --recursive mode of course, when we can have hundreds of folders with mixed extensions inside. Website folders etc.

@andrews05 andrews05 added T-Feature Requests for a new feature to be added and removed T-Bug Some piece of the software is not working as intended I-High Issues that are breaking core functionality for a small number of users labels Aug 7, 2023
@andrews05 andrews05 added the I-Not Planned Requests that are considered out of scope or otherwise not likely to be implemented label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants