change colors all at once
Posted: 2011-02-12T14:36:11-07:00
Themeing For Android is what im doing
I want to batch all of the images in a file and change the color of them without making a copy of them
Example: convert -modulate 0,255,255 *.png and all of the images come out black and that is the code for cyan though
I want to batch all of the images in a file and change the color of them without making a copy of them
Example: convert -modulate 0,255,255 *.png and all of the images come out black and that is the code for cyan though