How to convert .ai to transparent 24bit .png?
Posted: 2008-04-02T23:14:41-07:00
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.
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.