Page 1 of 1

Colorspace conversion

Posted: 2014-02-12T17:25:18-07:00
by Davide
I've found that Magick++ uses linear color spaces by default. How can I convert an RGB Image into R'G'B' ?

I imagine the relation between the color spaces is v' = √(v * max(v)), v ∈ RGB, v' ∈ R'G'B'. But is there a straightforward function ready to do the conversion?