Why TIFF Still Runs the Show in Professional Imaging — And Why You Should Care
There is a quiet truth about image formats that most people never think about until they absolutely have to: JPEG is great for photos you share on social media. PNG is perfect when you need transparency on a website. WebP is clever about squeezing every last byte. But when you walk into a professional printing house, a medical imaging lab, a government archive, or a prepress facility, the format you will see on every screen and every workflow is TIFF. It has been there for thirty years, and despite every new format that came along promising to replace it, TIFF remains standing. Not because it is nostalgic. Because it works in ways that no other format does.
I have watched people discover this the hard way. A graphic designer once told me she spent three hours trying to get a PDF page to look right in a printed brochure. She exported it as a PNG, but the colors shifted. She tried JPEG, but the compression made the fine lines look soft and blurry. She tried BMP, and the file was so large her email server rejected it. Finally, someone in the print shop told her to try TIFF. She loaded it, and everything clicked. The colors matched the original PDF. The lines stayed crisp. The file was large, sure, but that is the price of perfection. She has not used anything else for print work since.
What Makes TIFF Tick Under the Hood
TIFF is not a single format. It is a container that can hold almost any kind of raster image data you can think of. The acronym stands for Tagged Image File Format, and the word tagged is the key. Every TIFF file contains a series of tags that describe exactly what is inside: the width and height in pixels, the number of bits per sample, the compression method used, the color space, the resolution in DPI, and even custom tags that specific industries add for their own purposes. This tag-based architecture means that a TIFF file can be 1-bit black and white for a scanned document, 8-bit grayscale for a medical X-ray, 24-bit RGB for a color photograph, or 48-bit for a high-end scanner that captures every nuance of a film negative. The same file structure handles all of them, and any TIFF-compatible software knows how to read them because the tags tell it exactly what to expect.
This flexibility is why TIFF became the foundation for DICOM, the international standard for medical imaging. Every MRI scan, CT scan, ultrasound image, and digital X-ray that your doctor looks at is built on TIFF technology. The same goes for geospatial imagery used in GIS systems, where TIFF files containing elevation data and satellite imagery are the standard delivery format. And in the world of professional photography and printing, TIFF is the format that gets used when nothing less than the original sensor data will do. When a photographer shoots in RAW format and then converts to TIFF for editing, they are preserving every bit of dynamic range and color information that the camera captured. Any compression would throw some of that information away, and in professional work, that is not acceptable.
The DPI Question and What It Really Means
The DPI setting in this tool directly determines how many pixels will represent each inch of your PDF page when it is rendered to the TIFF output. You have four options, and each one serves a different purpose. 72 DPI produces a lightweight image that is perfectly adequate for on-screen review, quick email attachments, and situations where you just need to see the content without worrying about absolute quality. 150 DPI is the sweet spot for internal office documents: readable, reasonably sharp, and small enough to store in bulk without filling up your hard drive.
300 DPI is the gold standard. It matches the resolution of most commercial printing presses, and it is the resolution specified by almost every archive standard in existence. When you hear a library say they digitize at 300 DPI, this is what they mean: every inch of the original page is represented by 300 pixels, which is enough to capture fine text, detailed illustrations, and subtle color gradations with no visible pixelation. 600 DPI is the extreme end of the spectrum, used when you need to capture every microscopic detail of the original. Forensic document examiners use 600 DPI to analyze handwriting and printing defects. Museums use it to digitize rare artworks for scholarly study. If your PDF contains fine details that matter, 600 DPI will capture them.
Color Depth Is Not Just About Color
The three color depth options in this tool correspond to three completely different ways of storing image data. 24-bit RGB stores three full channels of color information, giving you access to over 16 million distinct colors. This is the mode to use when your PDF contains photographs, color graphics, charts, or any content where the exact shade matters. 8-bit Grayscale stores a single channel of luminance values, reducing the file size by roughly two-thirds while keeping every structural detail of the page intact. This mode is perfect for text-heavy black-and-white documents, archival copies, and any situation where the content is more important than the color. 1-bit Black and White goes even further: it converts every pixel to either pure black or pure white, eliminating all shades in between. The result is dramatically smaller file sizes, ideal for high-contrast documents like typed forms, barcodes, and simple line art where the thresholding does not destroy meaningful detail.
Your files never leave your computer. The PDF.js library loads the document into your browser memory, the Canvas API renders each page to a pixel grid at your chosen resolution, and our custom JavaScript encoder writes the TIFF file structures directly from that pixel data. There are no servers involved, no uploads happening in the background, no copies of your document stored anywhere except on your own machine. You can verify this by loading the page, disconnecting from the internet entirely, and converting a PDF. The tool will work exactly the same way because it never needed a network connection in the first place. For confidential legal documents, patient medical records, classified government materials, or any other sensitive content, this is not just a nice feature. It is the only way a responsible tool should handle your data.
The page selection controls give you surgical precision over what gets converted. Click All to select every page. Choose Even or Odd for specific workflows like extracting only right-facing pages from a scanned publication. Use Custom to enter a range like 1-3,5,7-9 and convert exactly the pages you need. Invert flips your current selection so you can quickly exclude a few unwanted pages. Deselect clears everything so you can pick individual pages one by one. Each page shows a live thumbnail preview with a checkbox, so you always know exactly what you are selecting. No guesswork, no wasted conversions, no surprises.
Whether you are a designer preparing assets for print, a medical professional processing scanned reports, a photographer converting PDF portfolios to editable images, or an archivist preserving documents for future generations, this tool gives you professional-grade TIFF output with zero compromise on quality and zero concern about privacy. It is free, it runs entirely in your browser, and it produces standards-compliant TIFF files that will work in any software that supports the format. That is the kind of tool worth having in your bookmarks.