Hi,
I have a 3rd party component which requires me to give it the bitsperpixel from a bitmap.
whats the best way to get "bits per pixel"?
I have a c# windows app and my starting point is the following blank method:-
public int GetBitsPerPixelMethod( system.drawing.bitmap bitmap )
{
//return BitsPerPixel;
}
At the momement I dont have any fancy librarys installed such as directx or anything - but am open to suggestions.
thanks, jason