All Tags »
FromDeviceContext 1-bit Monochrome Bitmap 24-bit
Sorry, but there are no more tags available to filter with.
-
Hi,
If I create a 1-bit bitmap and load it into a device context returned by GetDC(), the resulting image produced by Import.FromDeviceContext() is a 24-bit image. This is very slow and unecessary in my case since the image is only black and white to begin with.
Is there some other way I can create a 1-bit image image from a ...