-
Notifications
You must be signed in to change notification settings - Fork 109
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
jpegoptim worker didn't strip comment #188
Comments
The `com` marker was listed as `comments` which didn't allow to pass it to jpegoptim either causing a warning from the gem (if com was used) or from the tool itself when it was receiving --strip-comments. Also add missing `xmp` and `none`.
The `com` marker was listed as `comments` which didn't allow to pass it to jpegoptim either causing a warning from the gem (if com was used) or from the tool itself when it was receiving --strip-comments. Also add missing `xmp` and `none`.
Thank you for reporting, you completely right it should be just |
Released as part of v0.28.0 |
comment removal option is
jpegoptim: { strip: [:comments] }
but jpegoptim's option is
--strip-com
The text was updated successfully, but these errors were encountered: