hi magick,
I'm using MagickWand API now. I have checked the code. MagickGetColorspace() will get colorspace from ImageInfo, but after decoding, only Image.colorspace will be set. So Magick::Image::colorSpace() can get the right value but MagickGetColorspace can't. Please help me out. Thx.
MagickGetColorspace() always return UndefinedColorspace?
Re: MagickGetColorspace() always return UndefinedColorspace?
I have noticed that there is another MagickSetImageColorspace/MagickGetImageColorspace which can do this for me. My problem solved. So now my question is this: what's MagickGetColorspace/MagickSetColorspace used for?