tinting greyscale transparent png's

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
geertpeeters
Posts: 1
Joined: 2012-05-07T07:29:26-07:00
Authentication code: 13

tinting greyscale transparent png's

Post by geertpeeters »

Hello,

I would like to colorize icons from IceGlass suite. http://kde-look.org/content/show.php?content=121145
I have been looking into -colorize, -tint and -tint operators, but no success.

I use Version: ImageMagick 6.6.9-7 2012-04-30 Q16 http://www.imagemagick.org

The only output I can generate is the same image

convert myfile.png -fill orange -tint 40 outputfile.png

I have success with pictures that contain color.

Is there another way to convert the icons is softly tinted orange graphics. Intention is to use them on a smooth green background in my KDE environment. Now they are just looking like Ice.

Any help would be great. If I find something, I can do a batch conversion.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: tinting greyscale transparent png's

Post by fmw42 »

Post Reply