PSB
PSB raster imageUsed for pixel-based artwork, scans, and photographs.
- Family
- Images
- MIME
- image/vnd.adobe.photoshop
Convert PSB to BMP online and see exactly what pixel decoding and image re-encoding changes, what BMP still can't promise, and how to verify the result.
Photoshop large document data for canvases or file sizes beyond ordinary psd limits is decoded into a working pixel canvas first, then written back out under BMP's own color and compression model. Dimensions can stay exactly the same even as encoding, metadata, and fine detail change underneath. PSB parsing extends the Photoshop document model to very large canvases while retaining layers, masks, channels, effects, smart objects, and color data. BMP output writes a single flat pixel surface with an explicit row order and color depth, built for simple bitmap interchange rather than layers or multiple resolutions.
Decoded canvas - Photoshop Large Document data for canvases or file sizes beyond ordinary PSD limits. Written image - A broadly understood bitmap with straightforward pixel storage and little compression.
Used for pixel-based artwork, scans, and photographs.
Designed for pixel-based artwork, scans, and photographs.
Choose BMP when its particular balance of compatibility, alpha, animation, and file size matches the destination better than PSB.
Many PSD-compatible tools do not support PSB, and a flattened export loses large-document layers, masks, and smart objects.
BMP derivatives are often much larger than web images and may encode alpha or row order differently between apps.
a broadly understood bitmap with straightforward pixel storage and little compression is what gets written, labeled as image/bmp. Whether that actually opens depends on the receiving application, not on the file extension.
Verify canvas dimensions, bit depth, layer count, masks, type, smart objects, and saved composite in a PSB-aware editor.
Confirm dimensions, color depth, orientation, and whether the receiving app reads transparency.