Re: possible Sun raster 32-bit bug?
Kyle Simek <[email protected]> Wed, 18 Nov 2009 16:42:04 -0700
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
Here is an example image: http://vision.cs.arizona.edu/ksimek/temp/fixed32.ras The image was created by taking an image output by ImageMagick and stripping the last byte from every line. I wish I could have generated an example image from scratch using an established imaging library, but ImageMagick is the only library I know that writes 32-bit Sun Raster images. Gimp will read the image above without problem, but IM's display command fails. The link below contains the source image, and C-code I used to convert it to the "fixed" version linked above. http://vision.cs.arizona.edu/ksimek/temp/sun-bug.html Thanks, Kyle Simek [email protected] wrote: >> However, the current way creates rows with odd numbers of bytes >> > > Can you post a URL to an example SUN raster ImageMagick fails to read. We > will use it to to test any patch we apply to coders/sun.c to fix the problem > you reported. Thanks. >