christophlehmann / imageoptimizer

TYPO3 Extension for lossless image optimization with binaries of your choice.
43 stars 22 forks source link

[TASK] Implement cjpeg-dssim #12

Closed dhuf closed 6 years ago

dhuf commented 7 years ago

No Idea where or how to implement it but I came across this article and thought it would be really nice. https://codeascraft.com/2017/05/30/reducing-image-file-size-at-etsy/

Using: https://github.com/technopagan/cjpeg-dssim

Or would it even be possible over the "jpegoptim" implementation ?

christophlehmann commented 7 years ago

Yes, you can use the tool.

The command is cjpeg-dssim jpegoptim /path/to/input-image.jpg, so set the following in the Extension Manager configuration

jpgBinary => cjpeg jpgParametersOnProcessing => jpegoptim %s

Would you share your results after testing the tool?

dhuf commented 7 years ago

Oh thanks for you feedback, we will keep you posted thanks a lot.