ConvertTo1Bpp Method (GdPictureImaging)
In This Topic
Converts a GdPicture image to a 1-bit BW indexed color image.
The color table has 2 entries: 1 Black & 1 White.
Overload List
Overload | Description |
ConvertTo1Bpp(Int32) |
Converts a GdPicture image to a 1-bit BW indexed color image.
The color table has 2 entries: 1 Black & 1 White.
|
ConvertTo1Bpp(Int32,Byte) |
Converts a GdPicture image to a 1-bit BW indexed color image specifying a threshold value.
The color table has 2 entries: 1 Black & 1 White.
|
See Also