8 is the bits per channel. You cannot get the number of channels at this moment. I could add a property to MagickImage that would return the Channels that are available in the image. What do you think of the following?
And would you mind sharing why you need the BPP?
publicclass MagickImage { IEnumerable<Channels> Channels { get; } }