This is one of the EPS: http://aiedv.ch/img/ZfKlogo.eps.zip
And this is the command I use:
Code: Select all
convert "ZFKlogo.eps" -scale 32% -colorspace RGB "ZFKlogo.jpg"
The logo has 3 letters 'ZfK'. Z and K are drawn with transparent color black, f is (background) white
The black letters are dropped when using above command. No matter which output format (jpeg, png....)
If the command is given WITHOUT '-scale 32%' then all is well.
Using OSX 10.5.8 and ImageMagick 6.6.5, Ghostscript 8.70 or 9.00
The same command, including -scale 32%, works fine with older IM 6.5.5
Have more of such 'failing' EPS, most of them are logos or drawings created with Adobe Illustrator. All of them convert/scale fine with IM 6.5.5.
Any advice?