Page 1 of 1

How do you change the "Color Balance" like in Photoshop?

Posted: 2012-05-01T01:17:37-07:00
by floyd
Hey, I'm new here, so sorry if that question has already been asked/answered somewhere else, but I couldn't find anything on the forum or on Google. I also looked at http://www.imagemagick.org/script/comma ... ptions.php, but I'm not sure what to use in this case? -level-colors, maybe?

So, here is the original image:
Image

And here is what it should end up looking like:
Image

And I used the following settings in PS:
Image

Does anyone know how to do this? Can this even be done with IM without using some other script? Any help will be very much appreciated!

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2012-05-01T06:36:56-07:00
by glennrp
-gamma 1,1.4,.01 produces similar colors although the shuttle is a bit yellow.
-gamma 1,.5,.01 makes a nice image too, looks like taken in sunset

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2012-05-01T06:47:27-07:00
by floyd
Thanks, Glenn! :) I guess I'll play around a lil more with -gamma.

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2012-05-01T09:53:30-07:00
by fmw42
If you are on Linux, Mac or Windows w/Cygwin, see my unix bash script, colorbalance, at the link below.

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2012-05-02T17:36:02-07:00
by anthony
glennrp wrote:-gamma 1,1.4,.01 produces similar colors although the shuttle is a bit yellow.
-gamma 1,.5,.01 makes a nice image too, looks like taken in sunset
WARNING: this will not likely work in IMv7 due to the use of mutliple channels
Multi-value lists is turned off at the moment, and no I did not do this - cause was underlying library change.
You may need to use -channel to restrict what channel each gamma value affects.

Adding this note IMv7 porting.

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2013-12-06T15:06:16-07:00
by fmw42
IM has -tint. I just created a new script, midtonebalance, to do colorbalance like in PS, but only for midtones.

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2013-12-11T12:42:08-07:00
by rxla8
fmw42 wrote:IM has -tint. I just created a new script, midtonebalance, to do colorbalance like in PS, but only for midtones, as seen here.
Would you mind sharing the script? The midtones colorbalance is what I need, your help is appreciated!

Re: How do you change the "Color Balance" like in Photoshop?

Posted: 2013-12-11T13:15:36-07:00
by snibgo
Click on the link in fmw's signature.