Hye,
I am new to this. I want to convert any type of image like (png,jpg or gif etc) to AI.
Any idea?
How to Convert any format image to AI (illustrator image)
Re: How to Convert any format image to AI (illustrator image
I am not sure illustrator images are one of the supported formats.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to Convert any format image to AI (illustrator image
according to the list of formats
convert -list format
AI PDF rw- Adobe Illustrator CS2
So it is read write compatible but since it uses PDF, then it may require Ghostscript.
Try
convert image.jpg image.ai
see if that works.
convert -list format
AI PDF rw- Adobe Illustrator CS2
So it is read write compatible but since it uses PDF, then it may require Ghostscript.
Try
convert image.jpg image.ai
see if that works.