Converseen icon indicating copy to clipboard operation
Converseen copied to clipboard

Could you consider supporting mozjpeg?

Open yeezylife opened this issue 3 years ago • 2 comments

MozJPEG improves JPEG compression efficiency achieving higher visual quality and smaller file sizes at the same time. It is compatible with the JPEG standard, and the vast majority of the world's deployed JPEG decoders.

More information about mozjpeg can be found here:https://github.com/mozilla/mozjpeg

yeezylife avatar Oct 21 '22 10:10 yeezylife

Thank you very much for your suggestion. I will check if it's possible to integrate mozjpeg to ImageMagick as Converseen uses IM to manipulate images.

Faster3ck avatar Nov 07 '22 14:11 Faster3ck

Thank you very much for your suggestion. I will check if it's possible to integrate mozjpeg to ImageMagick as Converseen uses IM to manipulate images.

It should be easy because mozjpeg is simply a fork of libjpeg-turbo (which you already use) with a bunch of tweaks and tuning but without changing the name or the way it works. It's an exact drop-in replacement.

NicholasFlamy avatar Feb 06 '24 02:02 NicholasFlamy