format supported

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
arindra

format supported

Post by arindra »

Hi,
Is it possible in imagemagick converting any format to ai format and also it is exportable?
command like:
convert 1.jpg 1.ai;
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: format supported

Post by magick »

ImageMagick can read Illustrator image file but does not write them. Instead it writes raster PS, EPS, or PDF.
Post Reply