QImageReader can't read IM jpegs
-
- Posts: 9
- Joined: 2015-11-21T11:45:38-07:00
- Authentication code: 1151
QImageReader can't read IM jpegs
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.
- 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
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