DIB
DIB raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/bmp
Convert DIB to WebP online and see exactly what pixel decoding and image re-encoding changes, what WebP still can't promise, and how to verify the result.
A windows device-independent bitmap representation with explicit pixel and color-table layout is decoded into a working pixel canvas first, then written back out under WebP's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. A DIB reader calculates bitmap stride and orientation from Windows headers, then expands palette or masked pixels at the declared bit depth. WebP delivery can be lossy, lossless, transparent, or animated; the chosen mode, oldest browser, edge quality, frames, color, and metadata require explicit confirmation.
Decoded canvas - A Windows device-independent bitmap representation with explicit pixel and color-table layout. Written image - A modern web image format capable of lossy or lossless pixels, alpha, and animation.
Used for raster pictures made of individually stored pixels.
Designed for efficient modern web graphics.
Choose WebP when its particular balance of compatibility, alpha, animation, and file size matches the destination better than DIB.
Bottom-up row order, palette entries, bit depth, and optional alpha are interpreted inconsistently by some image tools.
Older software may reject WebP outright, and a lossy encode can soften texture or edges around transparency.
The writer builds a modern web image format capable of lossy or lossless pixels, alpha, and animation and labels the result as image/webp. The receiving application - Not the extension alone - Is the final compatibility test.
Confirm orientation, palette colors, dimensions, bit depth, and transparent pixels in the receiving Windows workflow.
Confirm the encoding mode used, check animation frames and transparency, and test the oldest browser this needs to support.