MagickGetQuantumDepth

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

MagickGetQuantumDepth

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MagickGetQuantumDepth

Post by magick »

We will release ImageMagick 6.3.7-1 by tomorrow with a fix for the problem you reported. Thanks.
Post Reply