TIFF to SVG Converter
Upload a TIFF file and download it as an SVG with the image embedded as a base64 PNG — 100% client-side.
Upload a TIFF to see the preview here
Decoding TIFF...
SVG Preview
Summary
Upload a TIFF file and download it as an SVG with the image embedded as a base64 PNG — 100% client-side.
How it works
- Select or drop a .tiff / .tif file onto the upload area.
- UTIF.js decodes the TIFF data (including multi-page TIFFs; the first page is used).
- The decoded RGBA pixel data is drawn onto a hidden HTML5 Canvas.
- The canvas is exported to a base64-encoded PNG data URL.
- The PNG is embedded inside an SVG wrapper with matching width and height.
- Click "Download SVG" to save the resulting file to your device.
Use cases
- Convert scanned documents saved as TIFF into SVG for embedding in web pages.
- Prepare TIFF assets from design tools for use in SVG-based workflows.
- Archive TIFF images in an SVG container that is universally supported by browsers.
- Convert fax or scanner output (TIFF) to a more portable format without installing software.
- Embed TIFF artwork into SVG slide decks or vector illustrations.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu