christophlehmann / imageoptimizer

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

[TASK] implement mozjpeg #16

Closed DanielRuf closed 6 years ago

DanielRuf commented 6 years ago

mozjpeg is bases on libjpeg-turbo, combines several appeoaches and provides smaller progressive images.

Progressive images generally improve the perceived performance and produce better speedindex values.

christophlehmann commented 6 years ago

What to do here? :-)

You can use binaries of your choice, see #12

DanielRuf commented 6 years ago

Ah right. Sure, then we are free to install any binary that we want. Sorry. I thought there would be more steps needed to support specific binaries, especially when it comes to progressively encoded image generation.

DanielRuf commented 6 years ago

So I guess I can also close #17? =)