Hi,

so i've been trying to convert png images to eps. But the generated 
files tend to be broken. Only the upper half of the image is shown. 
Using eps3 instead of eps2 works, but i'd really like to generate 
postscript level 2.

Here are the commands i used to reproduce the problem:
# wget http://www.lokigames.com/press/downloads/tux.jpg
# convert tux.jpg tux.png
# convert tux.jpg eps2:tux2j.eps
# convert tux.png eps2:tux2p.eps
# convert tux.jpg eps3:tux3j.eps
# convert tux.png eps3:tux3p.eps


All files are fine, except tux2p.eps
Using gs directly or my favourite viewer evince, the only part of the 
penguin's head is shown when viewing tux2p.eps

What also works is specifying jpeg compression:
# convert tux.png -compress jpeg eps2:tux2p.eps

But this is really not, what i'd like to do.


Is this a bug in imagemagick?


Regards,
   Sven

_______________________________________________
Magick-bugs mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-bugs

Reply via email to