I am trying to outsource a little programming to our users. So if you have some spare time and want a challenge, try it out. ;) What i need is a way to take an image like this:
and remove the white border around it. Also the white space in the rounded corners and make it a transparent .png After that it should look good on a dark background.
using ImageMagick, I can get quite easily something like that: http://cjoint.com/data/jtqS6kNnVt.htm with too main flaws: bad antialiasing around the picture, and some parasite transparencies inside.
but I was not able to run it with my version of Imagemagick, which is ideed quite recent. It stops on an error message "convert: unrecognized option `-sparse-color'". Maybe you can try it.