I have just installed my first 7.x version of IM (i.e. with magick.exe) as a precompiled windows binary. How do i found out whether it uses jpeg-turbo and if so, how can I use arithmetic coding?
magick -list format
yields
JPEG* JPEG rw- Joint Photographic Experts Group JFIF format (62)
I think that 62 gives a hint on jpeg-turbo (?).
JPEG-turbo and arithmetic coding
- whugemann
- Posts: 289
- Joined: 2011-03-28T07:11:31-07:00
- Authentication code: 8675308
- Location: Münster, Germany 52°N,7.6°E
JPEG-turbo and arithmetic coding
Wolfgang Hugemann
Re: JPEG-turbo and arithmetic coding
In the next release you will see that libjpeg-turbo is being used for the Windows binaries. And there was not yet support for creating an image with arithmetic coding so I added that feature for you. You can do this in the next release:
And in the output of identify you will see this:
Code: Select all
magick convert logo: -define jpeg:arithmetic-coding=true logo.jpg
Code: Select all
magick identify -verbose logo.jpg
jpeg:coding: arithmetic