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
Convert ai to cdr
- GreenKoopa
- Posts: 457
- Joined: 2010-11-04T17:24:08-07:00
- Authentication code: 8675308
Re: Convert ai to cdr
Is .ai a vector image (as opposed to raster)?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Convert ai to cdr
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/
https://imagemagick.org/Usage/
- GreenKoopa
- Posts: 457
- Joined: 2010-11-04T17:24:08-07:00
- Authentication code: 8675308
Re: Convert ai to cdr
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.