BMP (Bitmap) is an uncompressed image format developed by Microsoft. Because it stores every pixel without compression, BMP files are very large but suffer zero quality degradation. BMP is rarely used on the web but is still common in Windows desktop applications, embedded systems, and legacy software that requires raw pixel data.
Best for: Windows applications, legacy systems, embedded devices, raw image processing.