Converts BMP to PNG. Both are lossless, so the pixels are identical — the file just stops being enormous.
Why BMP files are so large
PNG applies lossless compression, so nothing is approximated. The image is bit-for-bit identical and the file is a fraction of the size. There is essentially no reason to keep a BMP unless a specific tool demands one.
Where BMPs still come from
Upside-down rows, and the alpha channel that usually is not one
Other names for this
Also searched as “bitmap to png”, “convert bmp to png”.
Questions
- Is any quality lost?
- None. Both formats are lossless; PNG simply compresses the same pixels.
- How much smaller will it be?
- Typically 80–95% for screenshots and graphics, less for photographic content, but always substantially smaller.
- Can I convert a whole folder of images?
- Yes. Drop as many files as you like, or a whole folder. Each keeps its original name with the new extension —
IMG_4032.heicbecomesIMG_4032.jpg, neverconverted_1.jpg— and you can download them individually or as a ZIP. - Are my photos uploaded?
- No. The decoding and re-encoding happen in this tab using the browser’s own image support. Photos are personal in a way most files are not, and none of them is transmitted. Turn your Wi-Fi off and the converter keeps working.
- How large an image can I convert?
- The practical ceiling is the browser’s canvas limit, about 268 million pixels in total area — roughly 16,000 × 16,000. Above that you get a clear error rather than a silent failure, and resizing first is the fix. File size itself is limited only by your device’s memory.