IM 6.9.0-0 ends with Aborted signal (return = 134) for some EPS.
Code: Select all
# convert -version
Version: ImageMagick 6.9.0-0 Q16 x86_64 2014-11-16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype fpx gslib jng jpeg lcms lqr ltdl lzma png ps rsvg tiff webp wmf x xml zlib
Code: Select all
# gs -version
GPL Ghostscript 9.15 (2014-09-22)
Copyright (C) 2014 Artifex Software, Inc. All rights reserved.
Code: Select all
# LC_ALL=C convert -verbose -debug all -units PixelsPerInch -density 406 'T859_405_29_273_00_Ouverte.eps[0]' +repage -auto-orient -profile Photoshop5DefaultCMYK.icc -profile sRGB_IEC61966-2-1_black_scaled.icc -colorspace 'sRGB' -filter lanczos -resize '110x90' -unsharp 0x1 -format 'JPEG' -compress 'JPEG' -interlace 'line' -type optimize -quality '75' -strip -background 'white' -flatten 'JPEG:8822.jpg' > convert.log 2>&1
Aborted
# echo $?
134
It also happens with IM 6.9.0-0 + GS 8.70, and with IM 6.8.9-9 + GS 9.10.
It doesn't happen with IM 6.8.7-0 + GS 9.10.
It also happens without any specific option in the command-line.
I can privately provide the file, if needed.
Thanks