DIB
DIB raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/bmp
Convert DIB to GIF online and see exactly what pixel decoding and image re-encoding changes, what GIF 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 GIF'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. Because GIF reduces every frame to an indexed palette with only on/off transparency, quality here comes down to color selection, dithering, disposal, timing, and the loop seam — with no audio at all.
Canvas decoded from a Windows device-independent bitmap representation with explicit pixel and color-table layout. Image written as an indexed-color animation or still image capped at a 256-color palette.
Used for raster pictures made of individually stored pixels.
Designed for short animations and simple graphics.
Choose GIF 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.
Gradients and photographic tones can band, semi-transparent pixels get reduced to on/off transparency, and frame timing is rounded to the nearest centisecond.
Video-to-GIF output is sampled at 12 frames per second, capped at 960 pixels wide, and contains no audio.
Confirm orientation, palette colors, dimensions, bit depth, and transparent pixels in the receiving Windows workflow.
Play the loop in full, watching for banding, transparency edges, frame disposal, and whether the loop seam is clean.