Page 1 of 1

MagickGetQuantumDepth

Posted: 2007-11-23T13:06:12-07:00
by el_supremo
From the IMagick forum: There is no MagickGetQuantumDepth in MagickWand because the code which defines it in magick-property.c has an error:
[ code]
WandExport const char *MagickGetMAGICKCORE_QUANTUM_DEPTH(unsigned long *depth)
{
return(GetMagickQuantumDepth(depth));
}
[/code]
The function's name has apparently suffered a search and replace error - it's also mangled in the comment preceding the function.

Pete

Re: MagickGetQuantumDepth

Posted: 2007-11-23T14:10:56-07:00
by magick
We will release ImageMagick 6.3.7-1 by tomorrow with a fix for the problem you reported. Thanks.