TIFF Image Display in OpenGL

I am looking for a library in C++ to read & write TIFF images in OPEN GL APplications.

Platforms support required: Windows & LInux

I guess DevIL supports the tiff format you want to use in your app… it supports a lot of image types and is opengl oriented.
otherwise you can check on http://xnview.com and download the image loading SDK.