retdec
|
#include <bitmap_image.h>
Public Member Functions | |
std::size_t | headerSize () const |
Public Attributes | |
std::uint32_t | size |
size of header (must be 40) More... | |
std::uint32_t | width |
width More... | |
std::uint32_t | height |
height More... | |
std::uint16_t | planes |
color planes (must be 1) More... | |
std::uint16_t | bitCount |
bpp color depth More... | |
std::uint32_t | compression |
compression More... | |
std::uint32_t | bitmapSize |
size of bitmap More... | |
std::uint32_t | horizontalRes |
horizontal resolution (hint for BMP reader) More... | |
std::uint32_t | verticalRes |
vertical resolution (hint for BMP reader) More... | |
std::uint32_t | colorsUsed |
number of colors in the image More... | |
std::uint32_t | colorImportant |
minimal number of important colors (generaly ignored) More... | |
Structure to represent BMP Information header
|
inline |
std::uint16_t retdec::fileformat::BitmapInformationHeader::bitCount |
bpp color depth
std::uint32_t retdec::fileformat::BitmapInformationHeader::bitmapSize |
size of bitmap
std::uint32_t retdec::fileformat::BitmapInformationHeader::colorImportant |
minimal number of important colors (generaly ignored)
std::uint32_t retdec::fileformat::BitmapInformationHeader::colorsUsed |
number of colors in the image
std::uint32_t retdec::fileformat::BitmapInformationHeader::compression |
compression
std::uint32_t retdec::fileformat::BitmapInformationHeader::height |
height
std::uint32_t retdec::fileformat::BitmapInformationHeader::horizontalRes |
horizontal resolution (hint for BMP reader)
std::uint16_t retdec::fileformat::BitmapInformationHeader::planes |
color planes (must be 1)
std::uint32_t retdec::fileformat::BitmapInformationHeader::size |
size of header (must be 40)
std::uint32_t retdec::fileformat::BitmapInformationHeader::verticalRes |
vertical resolution (hint for BMP reader)
std::uint32_t retdec::fileformat::BitmapInformationHeader::width |
width