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?