change colors all at once

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
mkeller96
Posts: 1
Joined: 2011-02-12T14:27:32-07:00
Authentication code: 8675308

change colors all at once

Post by mkeller96 »

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
Last edited by mkeller96 on 2011-02-12T18:58:04-07:00, edited 1 time in total.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: change colors all at once

Post by anthony »

You are not being very clear in your request. Perhaps a small example?
See the guide at the top of the forum.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply