Search found 4 matches

by Dgandalf
2013-02-08T04:59:08-07:00
Forum: Users
Topic: Change channels strength
Replies: 7
Views: 7056

Re: Change channels strength

There is an option to use the same command

Code: Select all

convert red_bg.jpg -modulate 100,100,20.0976 blue_bg.png
but instead of giving it an image as source and get image as output, to give it a hexadecimal value and get the output hexadecimal value?

Thanks for the help guys, You are real experts :D
by Dgandalf
2013-02-08T02:17:21-07:00
Forum: Users
Topic: Change channels strength
Replies: 7
Views: 7056

Re: Change channels strength

Works like a magic!

Thanks for the detailed explanations, I will read how to do these magics by myself now :)
by Dgandalf
2013-02-07T13:46:45-07:00
Forum: Users
Topic: Change channels strength
Replies: 7
Views: 7056

Re: Change channels strength

Thanks, I've found a good documentation here: Unfortunatly I cann't seem to achieve my goal. I would like to turn the red in this picture into blue one (not pure blue), blue like this one (ignore the pattern): http://d2d00szk9na1qq.cloudfront.net/Product/97a33ffe-b63c-4e28-a6b3-f77339d87fd6/Images ...
by Dgandalf
2013-02-04T00:53:52-07:00
Forum: Users
Topic: Change channels strength
Replies: 7
Views: 7056

Change channels strength

I would like to change image's colors, to take the strength of the Red color and split it between the other channels in the precentage I desire. For example, if the RGB of a pixel in an image is as the following: R:200 G:0 B:0 it will turn into (configurable): R:0 (0%) G:50 (25%) B:150 (75%) or even ...