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:
And here is what it should end up looking like:
And I used the following settings in PS:
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!
How do you change the "Color Balance" like in Photoshop?
Re: How do you change the "Color Balance" like in Photoshop?
-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
-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?
Thanks, Glenn! I guess I'll play around a lil more with -gamma.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do you change the "Color Balance" like in Photoshop?
If you are on Linux, Mac or Windows w/Cygwin, see my unix bash script, colorbalance, at the link below.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How do you change the "Color Balance" like in Photoshop?
WARNING: this will not likely work in IMv7 due to the use of mutliple channelsglennrp 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
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do you change the "Color Balance" like in Photoshop?
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?
Would you mind sharing the script? The midtones colorbalance is what I need, your help is appreciated!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.
Last edited by rxla8 on 2014-01-13T12:23:20-07:00, edited 1 time in total.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: How do you change the "Color Balance" like in Photoshop?
Click on the link in fmw's signature.
snibgo's IM pages: im.snibgo.com