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.
tinting greyscale transparent png's
-
- Posts: 1
- Joined: 2012-05-07T07:29:26-07:00
- Authentication code: 13
- 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 a link to one example input image. If it is grayscale and you want to colorize it, you can try +level-colors or -tint or -sepia-tone
see
http://www.imagemagick.org/Usage/color_mods/#tinting
http://www.imagemagick.org/Usage/color_mods/#tint
http://www.imagemagick.org/Usage/color_mods/#sepia-tone
http://www.imagemagick.org/Usage/color_mods/#duotone
http://www.imagemagick.org/Usage/color_ ... vel-colors
see
http://www.imagemagick.org/Usage/color_mods/#tinting
http://www.imagemagick.org/Usage/color_mods/#tint
http://www.imagemagick.org/Usage/color_mods/#sepia-tone
http://www.imagemagick.org/Usage/color_mods/#duotone
http://www.imagemagick.org/Usage/color_ ... vel-colors