TIFF to BMP Converter

Upload a TIFF image and instantly download it as a BMP file — no server upload, fully in-browser.

Upload TIFF File

Converted BMP Files

Upload a TIFF file and click Convert

Summary

Upload a TIFF image and instantly download it as a BMP file — no server upload, fully in-browser.

How it works

  1. Select or drag a TIFF file onto the upload area.
  2. The browser decodes the TIFF using UTIF.js into raw pixel data.
  3. The pixel data is painted onto an HTML5 Canvas element.
  4. The Canvas is read back and the raw pixel data is encoded into a 24-bit BMP binary.
  5. A download link is generated so you can save the BMP file immediately.

Use cases

  • Prepare scanned documents for software that only accepts BMP.
  • Convert fax images (often TIFF) to BMP for legacy Windows apps.
  • Strip TIFF metadata when moving images between workflows.
  • Quickly check a TIFF image without installing a desktop viewer.
  • Convert multi-page TIFF — each page is exported as a separate BMP.
  • Work offline: after page load no network is required.

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu