I am currently trying to process an image that has 3 hidden alpha channels. I was wondering if there was any information on the MagickImage class I could use to determine if the channels are hidden or not. Depending on the visibility of these channels the arguments I use for imagemagick's convert will change.
Right now I see "Alpha" is returned in the MagickImage.Channels list and MagickImage.HasAlpha is true after creating a MagickImage object
I am using Magick.NET-Q16-x64 7.0.0.0
Right now I see "Alpha" is returned in the MagickImage.Channels list and MagickImage.HasAlpha is true after creating a MagickImage object
I am using Magick.NET-Q16-x64 7.0.0.0