DIB
DIB raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/bmp
Convert DIB to PSD online and see exactly what pixel decoding and image re-encoding changes, what PSD 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 PSD'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. PSD output aims to retain a Photoshop-style composite and editable layers, masks, channels, effects, text, and color data instead of only one flattened bitmap.
Canvas decoded from a Windows device-independent bitmap representation with explicit pixel and color-table layout. Image written as a Photoshop document that can contain layers, masks, channels, type, and adjustment data.
Used for raster pictures made of individually stored pixels.
Designed for pixel-based artwork, scans, and photographs.
Choose PSD 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.
Most non-PSD outputs flatten layers, while unsupported smart objects or effects may render differently.
The writer builds a Photoshop document that can contain layers, masks, channels, type, and adjustment data and labels the result as image/vnd.adobe.photoshop. 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.
Open the result in the intended editor and inspect layer count, masks, typography, blend modes, and canvas size.