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

"Skip if output size is bigger than the original", but still copy the original file to the output folder #297

Open
aleksvujic opened this issue Aug 30, 2024 · 0 comments

Comments

@aleksvujic
Copy link

Currently, if "Skip if output size is bigger than the original" is checked and user starts the compression process, the compressed files which are larger than the original file are not copied to the output folder. This means that at the end, output folder will have less images in it than the source folder.

image

There should be an option which would allow user to specify if original file should be copied to the output folder if the compressed one is bigger. As it is implemented now, the output directory only contains files whose size is smaller than original's, which means that some of the images are missing.

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

No branches or pull requests

1 participant