How do I intensify colors?

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
imagewinter
Posts: 15
Joined: 2008-02-20T16:03:49-07:00

How do I intensify colors?

Post by imagewinter »

Some pictures came out kind of pale. How do I intensify the colors? I want to make it look like it is warm and sunny.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How do I intensify colors?

Post by fmw42 »

there are lots of ways and it would be better to see an example. nevertheless, try -modulate but be careful whether you want to change the saturation in HSL or HSB mode.

see
http://www.imagemagick.org/Usage/color/#color_mods
Post Reply