This is my problem:
I would like to change the following image:

(So I can get the 'bullet' and then color it)
Into (this is a very very rough display done via photoshop since I'm not sure how to take out the gradient background on photoshop either) :

Then color it (again, done via photoshop):

I tried
Code: Select all
convert bullet.png -fuzz 10% -fill none -draw "matte 0,0 replace" asd.png

The reason why I choose imagemagick rather than photoshop is also because I'm going to do this on multiple images, so that I could save 15-20 hours of editting.
Regards.