Page 1 of 1

How to convert .ai to transparent 24bit .png?

Posted: 2008-04-02T23:14:41-07:00
by Chandresh
Hello all,

I have so many adobe illustrator .ai files for my application icons. I need to generate 24 bit png with alpha transparency.

I have tried the following command but not get sufficient output.
Convert -colors 256 -type TrueColorMatte -alpha on -contrast -density 1024 -resize 16x16 home.ai home.png

Please let me know how to generate 24 bit transparent png image from ImageMagick tool.

Re: How to convert .ai to transparent 24bit .png?

Posted: 2008-04-03T16:00:01-07:00
by fmw42
the convert syntax usually has the input image before any of the options. have you tried

convert inputimage ... options .... outputimage


Unfortunately, I do not know anything about .ai files. You could post a link to one and perhaps we can test with it.

Re: How to convert .ai to transparent 24bit .png?

Posted: 2008-04-03T22:17:30-07:00
by Chandresh
This is link where you can find the .ai file (Adobe illustrator 10).

button.ai

You just click on Download button to download the file.