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

Request: Several new flags similar to those used by jpegoptim #165

Open
mgrhm opened this issue Apr 1, 2017 · 3 comments
Open

Request: Several new flags similar to those used by jpegoptim #165

mgrhm opened this issue Apr 1, 2017 · 3 comments

Comments

@mgrhm
Copy link

mgrhm commented Apr 1, 2017

I've used jpegoptim quite extensively in the past with good results. guetzli's level of compression is far superior, but it's missing a few of the features which make jpegoptim such a good tool.

There are three specific flags I use a lot which would bring guetzli closer to feature parity without adding too much complexity.

They are (quoted from the jpegoptim man page:

-o, --overwrite
Overwrite target file even if it exists (when using -d option).

-p, --preserve
Preserve file modification times.

-t, --totals
Print totals after processing all files.

Adding these as flags wouldn't affect guetzli's default behaviour, so those using it already could continue to do so. They would increase the usefulness of the tool significantly.

I'd also like a flag to preserve EXIF data, but this is already open in ticket #161 so I won't duplicate the request here.

@gtuk
Copy link

gtuk commented Apr 3, 2017

#171

@gtuk
Copy link

gtuk commented Apr 4, 2017

#175

@mgrhm
Copy link
Author

mgrhm commented Apr 6, 2017

Thanks @gtuk for the work you're doing on this.

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

2 participants