Most probably I'll write native Object Pascal TIFF loader/saver. Or do you know any LibTIFF -> Pascal translation? I haven't found any.
LibTIFF would provide great support for many tiff format types but I am not sure it is worth it (considering compiling C sources on different platforms with different compilers, having object files for them, and other problems - I have had enough of this with JPEG2000).
But I will probably try it anyway and if it works I'll put LibTIFF based loader/saver to Extras extensions and look into native TIFF later (as it is really quite complex format).
Native TIFF would support raw, RLE, deflate (Zlib), LZW, and JPEG compressed images and usual color spaces (RGB, CMYK, YCC, LAB). Any special TIFF features you would like to see?
Multipage TIFFs will be handled like all other supported formats that support multiple images per file - using LoadMultiImageFromX and SaveMultiImageToX functions.