Page 1 of 1

crash with eps/cmyk images

Posted: 2010-05-25T02:48:58-07:00
by gursch
ImageMagick 6.6.2-Q16 crashes on Windows Vista SP2 using identify/convert on eps/cmyk images. Ghostscript 8.71 is installed.

for example: identify xxx.eps -> crash

eps files containing a rgb image are working.

Re: crash with eps/cmyk images

Posted: 2010-05-25T05:38:01-07:00
by magick
We cannot reproduce the problem. Post a URL to an EPS image file that crashes for you.

Re: crash with eps/cmyk images

Posted: 2010-05-26T01:28:18-07:00
by gursch
http://dl.dropbox.com/u/1973423/imtest.eps

When I try to convert the image with "convert imtest.eps out.jpg" ImageMagick crashes. The same with identify "identify imtest.eps"

The operating system is a 32bit Vista SP 2.

ImageMagick version is:
Version: ImageMagick 6.6.2-0 2010-05-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP

Re: crash with eps/cmyk images

Posted: 2010-05-26T05:37:37-07:00
by magick
We can reproduce the problem you posted and will have a patch within a day or two. In the mean-time you can edit delegates.xml and change the bmpsep8 device to pamcmyk32 to fix the problem. Thanks for the problem report.