BMP
BMP raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/bmp
Convert BMP to TIFF online and see exactly what pixel decoding and image re-encoding changes, what TIFF still can't promise, and how to verify the result.
Converter.now decodes a plainly structured bitmap with minimal compression that most software can read into a working pixel canvas, then writes that canvas according to TIFF's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. BMP input derives row direction, stride, pixel masks, palette, bit depth, compression mode, dimensions, and optional alpha from its bitmap headers. TIFF output can describe high-bit-depth pixels, alpha, varied compression, and multiple image directories, but the chosen writer profile determines which of those features is present.
Canvas decoded from a plainly structured bitmap with minimal compression that most software can read. Image written as a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression.
Used for pixel-based artwork, scans, and photographs.
Designed for raster pictures made of individually stored pixels.
Choose TIFF when its particular balance of compatibility, alpha, animation, and file size matches the destination better than BMP.
A BMP derivative is typically far larger than a web-oriented image, and row order or alpha handling can differ between the apps that read it.
Apps support different TIFF subsets, so multipage files, CMYK, layers, or unusual compression may fail to open.
a flexible raster container that can hold high bit depth, multiple pages, alpha, and varied compression is what gets written, labeled as image/tiff. Whether that actually opens depends on the receiving application, not on the file extension.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.
Check every page, bit depth, color mode, resolution tag, compression, and alpha channel.