Small API issue with WandExport MagickBooleanType MagickGetImageAlphaChannel(MagickWand *wand)

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jabbera
Posts: 1
Joined: 2015-04-09T18:33:54-07:00
Authentication code: 6789

Small API issue with WandExport MagickBooleanType MagickGetImageAlphaChannel(MagickWand *wand)

Post by jabbera »

The return type is bool instead of AlphaChannelType. The documentation above the method says size_t.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Small API issue with WandExport MagickBooleanType MagickGetImageAlphaChannel(MagickWand *wand)

Post by magick »

Thanks, will have a fix in a day or two.
Post Reply