MagickSetImageAlphaChannel always returns MagickFalse?
Posted: 2012-10-26T11:23:09-07:00
In ImageMagick 6.7.9-4, there are several code paths in SetImageAlphaChannel (magick/channel.c) that will always return MagickFalse. The 'status' variable that is ultimately returned is initialised to MagickFalse, but the switch cases for ActivateAlphaChannel and DeactivateAlphaChannel (for example) do not set it to MagickTrue.
If this is intentional please let me know how to detect whether there's been an exception!
If this is intentional please let me know how to detect whether there's been an exception!