Hi,

I have a logo as an Adobe Illustrator (*.ai) vector graphics file. I would like to transform this into GIFs of various sizes in order to overlay it as a logo on JPEGs of various dimensions. I stored the vector graphic as logo.svg (I also tried vector EPS instead). I converted it, for instance via

convert -resize x300 logo.svg logo.gif

Using this command line it seems that IM first converts the SVG to some internal format using the resolution information that is given in the SVG and than recalculates this intermediate result into the final GIF -- with all the losses and artefacts that I am trying to circumvent by using a vector graphic as a start.

So is there a way to tell IM to convert the vector graphic directly into the desired size? Perhaps by telling it some virtual size of that vector graphic?

With vector EPS the result was just the same.

Greetings from Münster, Germany
Wolfgang Hugemann
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to