convert from eps to eps

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
pokra01

convert from eps to eps

Post by pokra01 »

Hi,

When I convert from eps to eps the image lose its transparency.

convert -verbose -colorspace RGB -resize 100x100 source.eps destination.eps

result:
convert -verbose -colorspace RGB source.eps destination.png >> has transparent background
convert -verbose -colorspace RGB destination.eps destination.png >> doesn't have transparent background

Note that I use these command with standard delegates.

Thx a lot for help.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convert from eps to eps

Post by fmw42 »

search the archives. i believe there has been some discussion of this or related issues. for example see viewtopic.php?f=2&t=13825
Post Reply