public System.Drawing.Bitmap KnockOutGzf(String path) { System.Drawing.Image image = System.Drawing.Image.FromFile(path); System.Drawing.Bitmap bitmapProxy = new System.Drawing.Bitmap(image); image.Dispose(); for (int i = 0; i < bitmapProxy.Width; i+