Search found 2 matches

by jujube
2015-03-20T11:53:23-07:00
Forum: Users
Topic: Trying to colorize png
Replies: 3
Views: 5076

Re: Trying to colorize png

Thank you snibgo !

It does almost what I need :)
It works perfectly well for markers like the first one, but the second marker's colors are flatten..

http://i.imgur.com/8TKNB29.png

This one was converted with a simple hex color

convert marker2.png -modulate 100,0,100 +level-colors '#ff8400 ...
by jujube
2015-03-19T14:49:26-07:00
Forum: Users
Topic: Trying to colorize png
Replies: 3
Views: 5076

Trying to colorize png

Hi everyone,

I'm looking for a way to colorize PNG image, regardless the PNG's content.
For example, if I take these two differents PNG:

http://i.imgur.com/sr3BsQF.png http://i.imgur.com/R8Y94q4.png

and I want to give them a green tint, the output should be:

http://i.imgur.com/Fho3gc5.png ...