View Single Post
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#5
Cool, so there's a number of solutions.

I played around a bit more since my last post and I think a found another variant with good results:



The full package including the mask and the layers used is here:
http://oskar.twoday.net/files/N9_Iconmaker

The command line (needs ImageMagick and the 3 PNG-files from the tarball above) is:

Code:
convert originalfile.png -resize 80x80! \
mask.png -alpha Off -compose CopyOpacity -composite \
-compose overlay overlay.png -composite \
-compose screen highlight.png -composite outputfile.png
I'm not really sure if my usage of ImageMagick is correct (in terms of: produces the same result as Photoshop with Nokias template), but it looks nice at first glance.
 

The Following 4 Users Say Thank You to benny1967 For This Useful Post: