How to determine the transparency color of a bitmap
- by Sky Sanders
I know you can programmatically determine the tranparency color of a .gif
Is there a way to do the same for a Bitmap?
Right now, I am doing this heuristically by sampling around the outer edge but of course this is not 100% reliable.