Hello,
Can any body tell me load Tiff file having size around 600MB, using C# in windows application
Can any body tell me load Tiff file having size around 600MB, using C# in windows application
Bitmap tempBitmap = new Bitmap(@"Location"); Bitmap myBitmap = (Bitmap)tempBitmap.Clone();
Comment