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 TIFF File

Upload a TIFF to see the preview here

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

  1. Select or drop a .tiff / .tif file onto the upload area.
  2. UTIF.js decodes the TIFF data (including multi-page TIFFs; the first page is used).
  3. The decoded RGBA pixel data is drawn onto a hidden HTML5 Canvas.
  4. The canvas is exported to a base64-encoded PNG data URL.
  5. The PNG is embedded inside an SVG wrapper with matching width and height.
  6. 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