Page 1 of 1

MagickBooleanType And MagickQuantizeImage

Posted: 2008-07-29T23:00:07-07:00
by imagetester
I need to convert an image depth to 24 bits/pixel.
I tried MagickSetImageDepth(m_wand,24) but i was not doing its job.



so I tried MagickQuantizeImage(m_wand,0,RGBColorspace,0,MagickBooleanType::MagickFalse,MagickBooleanType::MagickFalse);

again nothing happens

Re: MagickBooleanType And MagickQuantizeImage

Posted: 2008-07-30T05:55:44-07:00
by magick
I need to convert an image depth to 24 bits/pixel.
I tried MagickSetImageDepth(m_wand,24) but i was not doing its job.
The image depth is per pixel component. Set the wand depth to 8.