Initializing... drag & drop files here
Supports: XCF
BMP (Bitmap) is Microsoft's uncompressed image format. Converting XCF to BMP creates raw, uncompressed images from GIMP designs — useful for legacy Windows applications that require BMP, embedded systems, industrial imaging, or when you need pixel-perfect uncompressed output.
| Property | XCF | BMP |
|---|---|---|
| Developer | GIMP | Microsoft |
| Layers | Preserved | Flattened |
| Compression | RLE | None |
| Transparency | Yes | 32-bit only |
| File size | Large | Very large |
No. The XCF is flattened to a single BMP image.
Yes. BMP stores raw pixel data — files are very large.
Yes. Under "Image resolution," set by percentage or keep original.
PNG for modern use (lossless with compression). BMP only for legacy Windows applications.
BMP supports transparency only in 32-bit mode. For reliable transparency, use XCF to PNG.