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?
The kind of JPEG encoder
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: The kind of JPEG encoder
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.