Quote Originally Posted by wysota View Post
There is a TIFF plugin available - http://artis.imag.fr/Software/TiffIO/
If wysota,
I tried running the code provided, using the link. First I ran demo.pro to see how tiff images can be loaded. There was no tif option available. Then I ran test.pro as said in the document. I get this messages

Qt Code:
  1. D:\TiffIo-1.30e\TiffIO-130e>test-debug.exe
  2. *** NO JPEG SUPPORT ***
  3. zip compression support
  4. lzw compression support
  5. packbits (aka rle) supported
  6. pixarlog supported
  7. Using temp dir = C:\DOCUME~1\rajeevv\LOCALS~1\Temp
  8. All images checked ok (50 reads, 95 write/rereads, 9 unsupported)
To copy to clipboard, switch view to plain text mode 

Why m I not getting tif after i run demo.pro.... How can I solve the above problem????

Thanks