What is BMP format

Source: Internet
Author: User
Tags bmp image

BMP (full name bitmap) is a standard image file format in the Windows operating system and can be divided into two categories: device-dependent bitmaps (DDB) and device-independent bitmaps (DIB), which are very widely used. It uses bit-mapped storage format, in addition to image depth optional, no other compression, so the BMP file occupies a large space. BMP file Image depth selectable lbit, 4bit, 8bit and 24bit. BMP files when storing data, the image is scanned in order from left to right, from bottom to top. Because the BMP file format is a standard for exchanging graph-related data in a Windows environment, graphic image software that runs in a Windows environment supports BMP image formats.

A typical BMP image file consists of four parts:

1: Bitmap header file data structure, it contains BMP image file type, display content and other information;

2: Bitmap information data structure, it contains BMP image width, height, compression method, as well as the definition of color information;

3: Palette, this part is optional, some bitmaps need a palette, some bitmaps, such as a true color graph (24-bit BMP) do not need a palette;

4: Bitmap data, this part of the content according to the BMP bitmap use different number of bits, in the 24-bit graph is used directly RGB, while the other less than 24 bits of the color index in the palette value.

How can the BMP file be opened?

This is a bitmap file for Windows that can be opened with a brush or other picture viewer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.