Convert TIFF
Common in scanning and print. Decoded and written in this tab. Every pair below runs in the browser. The file is not uploaded. Stills use jSquash (MozJPEG, OxiPNG, WebP, AVIF) and the canvas in this tab. There is no upload bar because there is no server to receive the bytes.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “TIFF to something” can land on a page that only does that job. The file picker on those pages expects TIFF when you are leaving this format, or produces TIFF when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a TIFF file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your TIFF bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: utif.
Convert from TIFF
- TIFF to JPGThe usual photographic JPEG. No transparency.
- TIFF to PNGLossless stills, including transparency.
- TIFF to WebPA smaller web still that can keep transparency.
- TIFF to AVIFOften smaller than WebP at the same viewing size.
- TIFF to BMPUncompressed bitmap. Huge, simple, still used in scanning.
- TIFF to ICOWindows icon file. Written here as a single PNG-in-ICO.
- TIFF to TGATarga stills. Handled through the same local FFmpeg build as video.
- TIFF to PPMNetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- TIFF to PGMNetpbm greyscale. Same local encoder path as PPM.
- TIFF to PBMNetpbm 1-bit bitmap.
Convert to TIFF
- JPG to TIFFThe usual photographic JPEG. No transparency.
- PNG to TIFFLossless stills, including transparency.
- WebP to TIFFA smaller web still that can keep transparency.
- AVIF to TIFFOften smaller than WebP at the same viewing size.
- HEIC to TIFFApple's default still format on iPhone.
- BMP to TIFFUncompressed bitmap. Huge, simple, still used in scanning.
- ICO to TIFFWindows icon file. Written here as a single PNG-in-ICO.
- GIF to TIFFThe first frame of a GIF. Animation is not written back.
- SVG to TIFFVector markup, rasterized to pixels. I do not trace photos into SVG.
- TGA to TIFFTarga stills. Handled through the same local FFmpeg build as video.
- PPM to TIFFNetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- PGM to TIFFNetpbm greyscale. Same local encoder path as PPM.
- PBM to TIFFNetpbm 1-bit bitmap.
Related: Convert · All formats · How it works