internal: the bitmap information More...
Public Member Functions | |
Bitmap () | |
constructor | |
bool | getPPMData (librevenge::RVNGBinaryData &data) const |
try to return a ppm data (without alpha) | |
Public Attributes | |
uint32_t | m_width |
bitmap width | |
uint32_t | m_height |
bitmap height | |
uint16_t | m_planes |
the number of planes | |
uint16_t | m_bitCount |
the bit count | |
uint32_t | m_compression |
related to compression | |
uint32_t | m_sizeImage |
the image size? | |
uint32_t | m_pixelsPerMeter [2] |
the number of x/y pixel by meters | |
bool | m_hasAlphaColor |
a flag to know if the color has alpha component | |
uint32_t | m_numColors [2] |
the number of used column (used, other) | |
std::vector< STOFFColor > | m_colorsList |
the bitmap color list | |
std::vector< int > | m_indexDataList |
the index bitmap data | |
std::vector< STOFFColor > | m_colorDataList |
the color bitmap data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Bitmap const &info) |
operator<< | |
internal: the bitmap information
|
inline |
constructor
|
inline |
try to return a ppm data (without alpha)
|
friend |
operator<<
uint16_t StarBitmapInternal::Bitmap::m_bitCount |
the bit count
Referenced by StarBitmap::readBitmapData(), and StarBitmap::readBitmapInformation().
std::vector<STOFFColor> StarBitmapInternal::Bitmap::m_colorDataList |
the color bitmap data
Referenced by getPPMData(), and StarBitmap::readBitmapData().
std::vector<STOFFColor> StarBitmapInternal::Bitmap::m_colorsList |
the bitmap color list
Referenced by getPPMData().
uint32_t StarBitmapInternal::Bitmap::m_compression |
related to compression
Referenced by StarBitmap::readBitmapData(), and StarBitmap::readBitmapInformation().
bool StarBitmapInternal::Bitmap::m_hasAlphaColor |
a flag to know if the color has alpha component
Referenced by StarBitmap::readBitmapInformation().
uint32_t StarBitmapInternal::Bitmap::m_height |
bitmap height
Referenced by getPPMData(), StarBitmap::readBitmapData(), and StarBitmap::readBitmapInformation().
std::vector<int> StarBitmapInternal::Bitmap::m_indexDataList |
the index bitmap data
Referenced by getPPMData(), and StarBitmap::readBitmapData().
uint32_t StarBitmapInternal::Bitmap::m_numColors[2] |
the number of used column (used, other)
Referenced by Bitmap(), and StarBitmap::readBitmapInformation().
uint32_t StarBitmapInternal::Bitmap::m_pixelsPerMeter[2] |
the number of x/y pixel by meters
Referenced by Bitmap(), and StarBitmap::readBitmapInformation().
uint16_t StarBitmapInternal::Bitmap::m_planes |
the number of planes
Referenced by StarBitmap::readBitmapInformation().
uint32_t StarBitmapInternal::Bitmap::m_sizeImage |
the image size?
Referenced by StarBitmap::readBitmapData(), and StarBitmap::readBitmapInformation().
uint32_t StarBitmapInternal::Bitmap::m_width |
bitmap width
Referenced by getPPMData(), StarBitmap::readBitmapData(), and StarBitmap::readBitmapInformation().