QImageReader can't read IM jpegs

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
tksharpless
Posts: 9
Joined: 2015-11-21T11:45:38-07:00
Authentication code: 1151

QImageReader can't read IM jpegs

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: QImageReader can't read IM jpegs

Post 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
Post Reply