|
|
Image Methods |
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone(Byte) |
Clone image.
| |
| Clone(Bitmap) |
Clone image.
| |
| Clone(BitmapData) |
Clone image.
| |
| Clone(Bitmap, PixelFormat) |
Clone image.
| |
| Convert16bppTo8bpp |
Convert bitmap with 16 bits per plane to a bitmap with 8 bits per plane.
| |
| Convert8bppTo16bpp |
Convert bitmap with 8 bits per plane to a bitmap with 16 bits per plane.
| |
| ConvertColor8bppToGrayscale8bpp |
Converts a 8-bpp color image into a 8-bpp grayscale image, setting its color
palette to grayscale and replacing palette indices with their grayscale values.
| |
| CreateGrayscaleImage |
Create and initialize new 8 bpp grayscale image.
| |
| FormatImage | Obsolete.
Format an image.
| |
| FromFile |
Load bitmap from file.
| |
| FromUrl(String) |
Load bitmap from URL.
| |
| FromUrl(String, String) |
Load bitmap from URL.
| |
| GetPixelFormatSize(Bitmap) |
Gets the color depth used in an image, in number of bits per pixel.
| |
| GetPixelFormatSize(UnmanagedImage) |
Gets the color depth used in an image, in number of bits per pixel.
| |
| GetPixelFormatSizeInBytes(Bitmap) |
Gets the color depth used in an image, in number of bytes per pixel.
| |
| GetPixelFormatSizeInBytes(UnmanagedImage) |
Gets the color depth used in an image, in number of bytes per pixel.
| |
| IsColor8bpp |
Check if specified 8 bpp image is contains color-indexed pixels instead of intensity values.
| |
| IsGrayscale |
Check if specified 8 bpp image is grayscale.
| |
| SetGrayscalePalette |
Set pallete of the 8 bpp indexed image to grayscale.
|