use ImageMagik to convert tint (hue rotation) of an icon set directory.
$ /bin/ls *.png | xargs -l1 -I {} convert {} -modulate 100,100,70 ../../icons/32×32/{}
see http://www.imagemagick.org/Usage/color_mods/#modulate
View this command to comment, vote or add to favourites
View all commands by hute37
by David Win…





















