I've been looking for a simple way to determine the size in bytes of the loaded image. I don't want to have to write the image to disk and see the image size in bytes. I have the image loaded I should be able to tell the size.
Following up on this, why don't you have a property that does this for us? Meaning, instead of me determining the bit of the image, just have you test that and publish a read-only property that has the actual size.