Is it possible to display a Tiff image with TIFF_JPEG compression on a picture box using Windows forms?
I have used LibTiff.Net to change compression but this increase the size of the image a lot .. since i need the tiff image loaded using System.Drawing.Image to display it, I would like to know if it is possible to display it directly instead of doing the conversion to a bmp or JPG.
Thanks in Advance !!