Convert ai to cdr

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
breauxlg

Convert ai to cdr

Post 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
User avatar
GreenKoopa
Posts: 457
Joined: 2010-11-04T17:24:08-07:00
Authentication code: 8675308

Re: Convert ai to cdr

Post by GreenKoopa »

Is .ai a vector image (as opposed to raster)?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Convert ai to cdr

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
GreenKoopa
Posts: 457
Joined: 2010-11-04T17:24:08-07:00
Authentication code: 8675308

Re: Convert ai to cdr

Post 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.
Post Reply