Wednesday, February 11, 2009

Adobe Air installation badge and image size

I did a seamless AIR install badge for UrFastR Live on AIR. But it seems to requires a given image size for the badge "212x100". Here is how to convert a given image to this particular format.
convert -resize 212x100 infile.png -background none -gravity center -extent 212x100 outfile.png

0 comments:

Share/Save/Bookmark