-
Notifications
You must be signed in to change notification settings - Fork 550
Optimize JPEGs #10
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
Comments
From my understanding, jpegtran is pretty much useless, since PIL engine uses same libjpeg-turbo underneath as jpegtran from libjpeg-turbo-progs does. PIL engine does not save any additional meta, if thumbor configured to strip icc (filter) and strip exif (conf variable). |
We are testing a new update to support this request. Would anyone mind testing the following template and provide feedback if this is what you are looking for? |
gifscile, imgmin, jpegtran, optipng, pngcrush, pngquant, and mozjpeg have been included in v2.2. Would you test and verify if the latest version addresses this issue? |
Hello, Thank you for including all the optimizers ! Thank you ! |
Hello @asaghri, how can I test theses optimizations features? |
Hello, I successfully made it work by building in a Docker image from I could share my changes if needed. |
Share plz?! |
@lucassena I have #45 out there that has an example of a It's possible it's out of date by now though. It's unclear to me how they are building the |
* Reimplemented logger and logger unit test suite to not interfere with global side effects of the other giant monolithic test suits by awslabs * Refactored logger calls to provide usefull information and document what the provided data is about * Refactored logger calls in image request module to provide usefull information and document what the provided data is about * Refactored logger calls in image handler module to provide usefull information and document what the provided data is about
The images created by this service can sometimes be optimized 10% or more by tools like kraken.io or mozjpeg.
I think it would be worthwile to include and enable such optimizations by default.
I see that Thumbor has built in support for jpegtran, but it's not enabeld in
thumbor.conf
(and the binary is probably missing).Could you add this feature? It would make this a much more viable alternative to commercial services like imgix.
The text was updated successfully, but these errors were encountered: