I have to load .tiff file
I did with both Image.FromFile()
and Bitmap.FromFile()
But they are throwing OutOfMemoryException
Any solution for how to load this?
I assume that the TIFF file you are trying to load uses a compression that is not compatible with .Net. Namely the JPEG compression is not supported by .Net.
I suggest you try LibTiff.Net (though I cannot tell for sure if it will work):
I use ImageGlue. It can convert a lot more then just tiff.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With