Convert BMP to JPG

A BMP came out of an old scanner, a Windows utility or a medical or industrial device, and it is enormous for what it contains.

Runs on your deviceFreeNo sign-upBatch supported
Conversion Deck
Uploaded to server: 0 B
    Waiting for files/Engine: on-device/Network requests made: 0
    What actually changes

    BMP and JPG are not the same picture in two wrappers.

    BMP stores raw pixel rows with no compression at all. JPEG applies DCT compression, which routinely turns a 24 MB bitmap into a 1 MB file with no visible difference for photographic content.

    Worth knowing first

    BMP files from screen captures and scientific instruments are usually flat colour and text, which is precisely what JPEG is worst at. For those, PNG gives a smaller file and keeps the edges exact.

    Questions

    BMP to JPG, answered

    Why are BMP files so large?

    There is no compression in a standard BMP. Width times height times three or four bytes, plus row padding to a four-byte boundary, is the whole file.

    Does BMP hold transparency?

    Some 32-bit BMP variants carry an alpha channel, but support is inconsistent and JPEG cannot store it anyway, so any transparency ends up filled.

    How to convert BMP to JPG

    01

    Add your files

    Drop one BMP or two hundred. Batch conversion is not a paid feature here.

    02

    Choose your settings

    JPEG Image is lossy, so the quality control decides the trade between size and fidelity.

    03

    Download

    Instant, because the file never went anywhere. Nothing expires, since nothing was stored.

    Related conversions