extract bit from pixel in VB.NET

vnpp

New member
Joined
Feb 25, 2003
Messages
1
I want to extract bits from different types of image, e.g. 1 bits, 8 bits or 24 bits. I use Getpixel method in Vb.NET to extract GRB component from 24bits image, but for 1bits or 8bits image, I dont know how to do this.

Thanks advance for all helps.
 
Back
Top