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

Subdirectories output behavior improvement #18

Open
triluch opened this issue May 4, 2024 · 0 comments
Open

Subdirectories output behavior improvement #18

triluch opened this issue May 4, 2024 · 0 comments

Comments

@triluch
Copy link

triluch commented May 4, 2024

Hi,

I noticed that AutoCrispy goes recursively into subdirectories when looking for files to upscale, however, output is put into the single directory. If subdirectories contain files with the same names output looks to be just overwritten.

So if you have structure like:

input_dir
- a.dds
- subdir1
--- a.dds
- subdir2
--- a.dds

You result will be just one a.dds in output directory and it will be the last one upscaled.

Would be nice to either be able to disable recursive directory scanning (as a minimal option) or for AutoCrispy to recreate same directory structure as input as an option (that would be probably better than just disabling recursive scanning, but requires more effort).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant