Page 1 of 1

QImageReader can't read IM jpegs

Posted: 2015-11-21T12:03:25-07:00
by tksharpless
Converted a bunch of tiffs to jpeg with mogrify -format jpg (current IM version). When I try to read them with a Qt QImageReader it reports "unable to read image data". Several other apps including Photoshop read those files OK, so this is not really an IM bug, but a Qt one. I just thought you might like to check whether there is something unusual in the default jpeg output format.

Re: QImageReader can't read IM jpegs

Posted: 2015-11-21T12:06:46-07:00
by fmw42
What version of IM and platform are you on? What is your version of libjpeg? What do you get from

Code: Select all

convert -version