Page 1 of 1

Convert ai to cdr

Posted: 2010-12-10T10:15:49-07:00
by breauxlg
I used the following command
convert /laprime.ai /laprime.cdr
and imagemagick did convert the file, but the output file was very low resolution and low quality. I don't know how to convert ai to cdr and maintain the resolution and quality. I looked at command line parameters, but am just not smart enough to figure it out.
Thanks in advance for any help.
Lynn

Re: Convert ai to cdr

Posted: 2010-12-10T11:13:13-07:00
by GreenKoopa
Is .ai a vector image (as opposed to raster)?

Re: Convert ai to cdr

Posted: 2010-12-10T16:58:53-07:00
by anthony
AI is a vector image. It is infact a special form of POSTSCRIPT that is designed to be readable by the AI program.

Re: Convert ai to cdr

Posted: 2010-12-10T17:35:18-07:00
by GreenKoopa
You can increase the resolution with -density. ImageMagick is a raster image tool, so if you must retain the properties of a vector format IM isn't the tool for you.