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

Allow command for optimizing single file with --output name specified #12

Open
mrdeveloperdude opened this issue Nov 8, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mrdeveloperdude
Copy link

This kind of tool usually has an optional command line available like this:

tool --output my_output_image.png my_input_image.png

This is very useful, especially in cases where you want to keep the original un-optimized file.

Another form would be

tool source_dir --output-dir destination_dir

where it is understood that all files found recursively under source_dir will be converted to the same dir under destination_dir.

@victordomingos victordomingos added the enhancement New feature or request label Nov 9, 2019
@victordomingos
Copy link
Owner

Yes, I agree. Thanks for the suggestion.

At this time I am a bit occupied and can’t take this task, but I am keeping it as a reminder. I may accept a pull request if someone decides to go ahead with it.

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

No branches or pull requests

2 participants