Bitmap
Full Form of BMP
What is BMP?
The BMP (Bitmap) file format is a raster graphics image format used to store digital images, particularly on Microsoft Windows and IBM OS/2 operating systems. It originated in the early days of personal computing and remains a fundamental format for uncompressed image storage. In the Indian context, BMP files are commonly encountered in legacy systems, educational software, and older government or business applications that rely on simple image handling without compression artifacts. The format stores pixel data directly, allowing easy reading and writing, but results in large file sizes, making it unsuitable for web use or modern photography. It is still used in scenarios requiring lossless, true-color representation, such as medical imaging, graphic design projects, and embedded systems. For students preparing for computer science exams like GATE or NIELIT, understanding BMP’s structure—including its file header, bitmap info header, pixel array, and color table (for indexed images)—is essential. BMP supports various color depths from 1-bit monochrome to 32-bit true-color with alpha transparency. Although overtaken by compressed formats like JPEG and PNG, BMP’s simplicity makes it a classic example for learning digital image representation and data storage concepts.
BMP का फुल फॉर्म
बिटमैप
Example
When saving a screenshot in an old government office system, the technician advised using BMP format to ensure no loss of data during editing.