static constexpr std::uint8_t Unknown
This constant is reserved for representing an unknown pixel type.
Definition: pixeltypes.h:18
Definition: TileBaseInfo.h:17
std::uint32_t pixelHeight
Height of the tile in unit of pixels.
Definition: TileBaseInfo.h:19
std::uint8_t pixelType
Definition: TileBaseInfo.h:23
std::uint32_t pixelWidth
Width of the tile in unit of pixels.
Definition: TileBaseInfo.h:18
Definition: TileBaseInfo.h:30
imgdoc2::DataTypes data_type
Information about the data type of the blob, i.e. in which binary representation the bitmap is stored...
Definition: TileBaseInfo.h:32
TileBaseInfo base_info
The tile base info, i.e. width, height and pixel type.
Definition: TileBaseInfo.h:31