|
static void | SetColorFilter (ref Bitmap currentBitmap, ColorFilterTypes colorFilterType) |
|
static void | SetGamma (ref Bitmap currentBitmap, double red, double green, double blue) |
|
static void | SetBrightness (ref Bitmap currentBitmap, int brightness) |
|
static void | SetContrast (ref Bitmap currentBitmap, double contrast) |
|
static void | Resize (ref Bitmap currentBitmap, int newWidth, int newHeight) |
|
static void | SetInvert (ref Bitmap currentBitmap) |
|
static void | Crop (ref Bitmap currentBitmap, int xPosition, int yPosition, int width, int height, PixelFormat pf) |
|
static void | RotateFlip (ref Bitmap currentBitmap, RotateFlipType rotateFlipType) |
|
static void | ToFormat24bppRgb (ref Bitmap currentBitmap) |
|
static void | ToGrayscale (ref Bitmap currentBitmap) |
|
static Bitmap | CopyToBpp (Bitmap b, int bpp) |
|
static void | ToBlackWhiteWithFloydSteimberg (ref Bitmap currentBitmap) |
|
static unsafe void | ToBlackWhiteWithFloydSteimbergUnsafe (ref Bitmap currentBitmap) |
|
static System.Drawing.Bitmap | ByteArrayToBitmap (byte[] bBuffer) |
|
static long | GetBitmapBMPFileSize (System.Drawing.Bitmap bmp, int bpp) |
|
static byte [] | GetBitmapBMPFile (System.Drawing.Bitmap bmp, int bpp) |
|
static void | SetColorFilter (ref Bitmap currentBitmap, ColorFilterTypes colorFilterType) |
|
static void | SetGamma (ref Bitmap currentBitmap, double red, double green, double blue) |
|
static void | SetBrightness (ref Bitmap currentBitmap, int brightness) |
|
static void | SetContrast (ref Bitmap currentBitmap, double contrast) |
|
static void | Resize (ref Bitmap currentBitmap, int newWidth, int newHeight) |
|
static void | SetInvert (ref Bitmap currentBitmap) |
|
static void | Crop (ref Bitmap currentBitmap, int xPosition, int yPosition, int width, int height, PixelFormat pf) |
|
static void | RotateFlip (ref Bitmap currentBitmap, RotateFlipType rotateFlipType) |
|
static void | ToFormat24bppRgb (ref Bitmap currentBitmap) |
|
static void | ToGrayscale (ref Bitmap currentBitmap) |
|
static Bitmap | CopyToBpp (Bitmap b, int bpp) |
|
static void | ToBlackWhiteWithFloydSteimberg (ref Bitmap currentBitmap) |
|
static System.Drawing.Bitmap | ByteArrayToBitmap (byte[] bBuffer) |
|
static long | GetBitmapBMPFileSize (System.Drawing.Bitmap bmp, int bpp) |
|
static byte [] | ImageToByte2 (Image img) |
|
static byte [] | GetBitmapBMPFile (System.Drawing.Bitmap bmp, int bpp) |
|