-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
Add functionality to apply lossless image optimization #659
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Do we want to add warnings if the executables are not available ?
Or in the diagnostic page, if optimized is set to 1 but the softwares are not there?
Good idea. The library already provides some logging, we need to specify a logging interface (type |
What I am also worried, is, if you enable the optimizer but the software are not here, does it raises exceptions or does it just append to the logs ? |
@tmp-hallenser can you double check ? |
Logger functionality has been fixed in v1.6.2
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
works, thanks. Nice job with the logger. |
Implement lossless image optimization (#630)
Uploaded original photo is not touched, only medium, small and thumbnails.
Requirements: jpegoptim, optipng, pngquant, gifsicle, webp