paul womack
unread,Nov 18, 2013, 6:00:51 AM11/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hugi...@googlegroups.com
(short version; the attached image was generated by Hugin
on Ubuntu 13.10 but isn't readable by Eye of Gnome on Ubuntu 13.10)
I first encountered this with files made by Hugin 2011.4.0 but the version
that (actually) ships with Ubuntu 13.10 (Hugin 2013.0.0)
shows the same incompatibility.
Again, I first hit this using a self compiled
viewer (viewnior) but eog (Eye of Gnome) shows
the same error, which I suspect to be in a core
library.
The first files that showed the error were quite large (20,000 pixels)
but some work has led to the attached, small, file, a simple
2-up shot.
The error is "Error Interpreting JPEG image file(Suspension not allowed here)"
Gimp reads the file just fine, imagemagick is OK, netpbm is OK.
The message is from the JPEG library
./jerror.h:JMESSAGE(JERR_CANT_SUSPEND, "Suspension not allowed here")
./djpeg.c: ERREXIT(cinfo, JERR_CANT_SUSPEND);
./jcmarker.c: ERREXIT(cinfo, JERR_CANT_SUSPEND);
./jcapimin.c: ERREXIT(cinfo, JERR_CANT_SUSPEND);
./jerror.h:JMESSAGE(JERR_CANT_SUSPEND, "Suspension not allowed here")
./jchuff.c: ERREXIT(cinfo, JERR_CANT_SUSPEND);
./jcphuff.c: ERREXIT(entropy->cinfo, JERR_CANT_SUSPEND);
I am not yet sure wether hugin is spawing an invalid file, or wether
there's a weakness in the viewers.
BugBear