Page 1 of 1

The kind of JPEG encoder

Posted: 2018-03-19T23:21:28-07:00
by knaka
I want to know which JPEG encoder is used in ImageMagick.
- Is the default JPEG encoder libjpeg?
- Can we use Guetzli encoder (JPEG encoder made by Google, https://github.com/google/guetzli) and mozjpeg (JPEG encoder made by Mozilla, https://github.com/mozilla/mozjpeg/) in ImageMagick?

Re: The kind of JPEG encoder

Posted: 2018-03-20T09:39:54-07:00
by fmw42
The default is libjpg. I do not know if others can be used. Perhaps if you set up a command in your delegates.xml file. One of the other uses or developers can tell you more.