Page 2 of 2

Re: ImageMagick has stopped working

Posted: 2019-07-18T05:57:37-07:00
by shoansa
I have same issue for .ai to PNG conversion in below scenario.

convert -density 300 input.ai[0] -resize 1024x1024 output.png = Crash
convert input.ai[0] output.png = Crash
convert -density 600 input.ai[0] -resize 1024x1024 output.png = Generated
convert input.ai output.png = Generated

ImageMagick gets crashed whenever I use page indexing parameter "[0]". Below are the details and system info.

Windows 7 64bit
ImageMagick-6.9.1-Q16-HDRI

AI File URL: https://drive.google.com/file/d/1R0HyAJ ... sp=sharing

Re: ImageMagick has stopped working

Posted: 2019-07-18T06:53:11-07:00
by snibgo
IM delegates the rasterization of AI files to Ghostscript. What version of GS do you have? There are problems with recent versions.

Re: ImageMagick has stopped working

Posted: 2019-07-18T08:47:28-07:00
by fmw42
I have heard reports of issue with both GS 9.26 and 9.27. I suggest you try 9.23, 9.24, or 9.25

Re: ImageMagick has stopped working

Posted: 2019-07-18T21:40:43-07:00
by shoansa
snibgo and Fred, thanks for your quick response.

I am using "gs9.26" version of Ghostscript.

Re: ImageMagick has stopped working

Posted: 2019-07-18T22:08:19-07:00
by fmw42
Try downgrading as suggested. Also your Imagemagick version is rather old. You should upgrade that if you can. Also check your version of libpng.

Your file converts fine for me on IM 6.9.10.54 Q16.

Code: Select all

convert test.ai test.png