Search found 7 matches
- 2013-12-05T20:44:40-07:00
- Forum: Users
- Topic: Negate (Invert) only specific channel?
- Replies: 6
- Views: 4258
Re: Negate (Invert) only specific channel?
Great! Thank you.
- 2013-12-05T14:07:17-07:00
- Forum: Users
- Topic: Negate (Invert) only specific channel?
- Replies: 6
- Views: 4258
Re: Negate (Invert) only specific channel?
Hmm.. Both fail to preserve the colors behind the blue section and turn them to complete grayscale. Pure blue (#0000FF) should be completely grayscale, but colors such as purple or cyan should lose their saturation only partially, proportionally to their "blue-ness". I hope this makes sense. :D http ...
- 2013-12-05T13:30:14-07:00
- Forum: Users
- Topic: Negate (Invert) only specific channel?
- Replies: 6
- Views: 4258
Re: Negate (Invert) only specific channel?
You're right: what I really want is to replace shades of blue with shades of gray.
Can the mask be non-monotone? I'd like to preserve the shades brightness, so alpha is a must.
From this, to That:
Can the mask be non-monotone? I'd like to preserve the shades brightness, so alpha is a must.
From this, to That:
- 2013-12-05T13:10:58-07:00
- Forum: Users
- Topic: Negate (Invert) only specific channel?
- Replies: 6
- Views: 4258
Negate (Invert) only specific channel?
Related to my question question about negating only non-saturated colors , I would like to know how to convert a specific [s]channel[/s] color (say blue) to grayscale. I tried to do it with a mask, but the b I used instead of g in the -channel option doesn't seem to refer to the b lue channel ...
- 2013-12-05T12:31:33-07:00
- Forum: Users
- Topic: Negate (invert) only black and white?
- Replies: 4
- Views: 9016
Re: Negate (invert) only black and white?
Brilliant. Thank you! For future reference: convert neg-bw1.png -colorspace HSB -channel g -separate +channel -threshold 0% mask convert neg-bw1.png \( -clone 0 -negate \) \( -clone 0 -colorspace HSB -channel g -separate +channel -threshold 0% -negate \) -compose over -composite neg-bw1.png_lowsat ...
- 2013-12-05T12:15:56-07:00
- Forum: Users
- Topic: Negate (invert) only black and white?
- Replies: 4
- Views: 9016
Re: Negate (invert) only black and white?
Your suggestion produces this; and by stripping out blur, I get:
It's not bad, but we're not quite there yet either. How come the negative of white didn't come out black?
It's not bad, but we're not quite there yet either. How come the negative of white didn't come out black?
- 2013-12-05T06:33:01-07:00
- Forum: Users
- Topic: Negate (invert) only black and white?
- Replies: 4
- Views: 9016
Negate (invert) only black and white?
Can ImageMagick negate only non-saturated colors (black, white, and gray)?
I tried negating the whole image before rotating the hue, but that didn't produce the expected result.
My image, and the expected result:
I tried negating the whole image before rotating the hue, but that didn't produce the expected result.
My image, and the expected result: