Problem converting JPG
Posted: 2013-05-21T08:18:13-07:00
I'm running into a weird error with this image: http://php.med.unsw.edu.au/cellbiology/ ... ing_03.jpg
Running display shows the image. Identify doesn't show anything weird, but convert refuses to convert anything:
$ convert --version
Version: ImageMagick 6.7.7-10 2012-11-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
$ convert -scale 50x50 Nuclear_reprogramming_03.jpg
convert.im6: no images defined `Nuclear_reprogramming_03.jpg' @ error/convert.c/ConvertImageCommand/3044.
(The version I'm using is from http://packages.debian.org/wheezy/imagemagick, so I can report this there if it is a problem that has been fixed already.)
Running display shows the image. Identify doesn't show anything weird, but convert refuses to convert anything:
$ convert --version
Version: ImageMagick 6.7.7-10 2012-11-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
$ convert -scale 50x50 Nuclear_reprogramming_03.jpg
convert.im6: no images defined `Nuclear_reprogramming_03.jpg' @ error/convert.c/ConvertImageCommand/3044.
(The version I'm using is from http://packages.debian.org/wheezy/imagemagick, so I can report this there if it is a problem that has been fixed already.)