Convert a JPG or JPEG image to an uncompressed 24-bit BMP file.
The JPG image is converted to a 24-bit BMP.
The BMP stores the image as red, green, and blue pixel values, with 8 bits per color channel.
BMP output is uncompressed in this tool, so the generated file is often much larger than the source JPG.
No. Converting to BMP does not recover detail lost when the JPG was compressed.
JPG uses lossy compression, while the BMP written here stores explicit pixel rows.
JPG does not carry transparency, and this BMP export uses a 24-bit RGB bitmap.
Yes. Both .jpg and .jpeg files are accepted.
Check that the destination accepts 24-bit RGB BMP files.
The preview reflects the decoded raster image, even though the downloaded file format changes.
The conversion runs entirely in the browser without uploading the file to a server.
Related Tools
Build and preview Valorant crosshair settings.
Search common Vim commands.
Turn JSON rows into bar, line, or pie charts.
Convert WebP files and Base64 data in both directions.
Convert GIF files into Base64 text or data URLs.
Convert the first GIF frame into a JPG image.