private Image RedFilter(Image img) { Bitmap bmp = new Bitmap(img); Bitmap32 bmp32 = new Bitmap32(bmp); bmp32.LockBitmap(); bmp32.GetRed(o); bmp32.UnlockBitmap(); return(bmp); }