TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
The principal drawback of TIFF is not with the format itself, but *which* tiff format you mean. There are many, and not all are equally well supported by application software. Nearly everything that deals with tiff files, however, will recognize either of the two compression formats.
It isn't necessarily color depth that makes tiff files so large. Here is one reason:
"The richness of the TIFF format solves many problems, but at the same time creates a few all its own. The TIFF file structure is necessarily complex or (a better word) variable. It's more complex, in fact, than many of the proprietary file formats it was designed to replace. The added complexity of the TIFF format requires much more code to manage it than do most other image-file formats. This results in slower execution times reading and writing files and in longer TIFF code development cycles...." http://www.ee.cooper.edu/courses/course_pages/past_courses/EE458/TIFF/
Further, since .BMP files are capable of 24-bit color, I think it may not be accurate to say that TIFF has greater color depth in the usual applications. Outside of the newest color scanners and the like, 24-bit is generally the highest depth we will see in computer screens.
David
"- TIFF and BMP files are not compressed. TIFF has a greater color depth, thus a larger file size."