Add your files
Drop one JPG or two hundred. Batch conversion is not a paid feature here.
A photo has to be fed to something that reads only raw bitmaps, such as an older industrial control panel or a fixed-function image pipeline.
The JPEG is decoded to RGB and written out as uncompressed rows. The visible image is exactly what the JPEG decoded to; the file becomes ten to thirty times larger.
Decoding a JPEG does not undo it. The BMP is an uncompressed copy of a lossy image, so all the 8x8 block artefacts are now stored at full size and permanently, and they will be visible if the file is later enlarged.
No. It is bigger, not better. The quality was fixed when the JPEG was created.
24-bit, three bytes per pixel, which is the variant that legacy software reads reliably.
Drop one JPG or two hundred. Batch conversion is not a paid feature here.
Windows Bitmap is lossless, so nothing is thrown away in the conversion.
Instant, because the file never went anywhere. Nothing expires, since nothing was stored.