convert from eps to eps
Posted: 2009-06-14T13:15:46-07:00
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.
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.