Re: Making all colors in an image lighter by a certain percentage

Fred Weinhaus <[email protected]> Mon, 18 Apr 2011 09:59:53 -0700
Newsgroups gmane.comp.video.image-magick.user
Message-ID <p06240800c9d21e40b657@[192.168.1.2]>
The most direct way I think would be

convert image -evaluate multiply XX% resultimage

or

you could try

convert image -brightness-contrast BB,CC resultimage


>How can I make all colors in an image lighter
>by a certain percentage?
>
>TIA,