![]() |
libimgdoc2
|
#include <TileBaseInfo.h>
Public Attributes | |
std::uint32_t | pixelWidth {0} |
Width of the tile in unit of pixels. | |
std::uint32_t | pixelHeight {0} |
Height of the tile in unit of pixels. | |
std::uint8_t | pixelType { imgdoc2::PixelType::Unknown} |
This constitutes the "base information" of a tile. A tile in this respect is a rectangular bitmap, characterized by its width and height and pixels and a pixeltype. Pixeltype is an opaque property as far as the "storage layer" is concerned.
std::uint8_t imgdoc2::TileBaseInfo::pixelType { imgdoc2::PixelType::Unknown} |
The pixeltype of the tile. Commonly used values are defined in "pixeltype.h", but note that as far as the storage layer is concerned, this is an opaque value.