# Convert BMP to JPEG

Convert BMP to JPEG right in your browser — free, private, nothing is uploaded. Small files for photos — set quality 1–100.

BMP is the old Windows bitmap: raw uncompressed pixels with essentially no size optimization. It opens everywhere on Windows but wastes space — which is usually why people convert it.

JPEG is the default format for photographs — lossy compression tuned for natural images keeps files small, and support is universal. It has no alpha channel, so transparency is always flattened.

Converting BMP to JPEG is almost always about size: JPEG's photo-tuned lossy compression produces far smaller files than BMP for photographic content, and every app on earth opens the result.

## Run it

- **Web (JPEG preselected):** https://gizza.ai/tools/image-convert/?format=jpeg&quality=85
- **CLI:** `gizza tool image-convert 'url=https://example.com/input.bmp' 'format=jpeg' 'quality=85'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
