libCZI
Reading and Writing CZI documents made easy
|
Information about a subblock. More...
#include <libCZI_Write.h>
Public Member Functions | |
AddSubBlockInfoBase () | |
Default constructor. | |
virtual void | Clear () |
Clears this object to its blank/initial state. | |
void | SetCompressionMode (libCZI::CompressionMode m) |
libCZI::CompressionMode | GetCompressionMode () const |
Public Attributes | |
libCZI::CDimCoordinate | coordinate |
The subblock's coordinate. | |
bool | mIndexValid |
Whether the field 'mIndex' is valid;. | |
int | mIndex |
The M-index of the subblock. | |
int | x |
The x-coordinate of the subblock. | |
int | y |
The x-coordinate of the subblock. | |
int | logicalWidth |
The logical with of the subblock (in pixels). | |
int | logicalHeight |
The logical height of the subblock (in pixels). | |
int | physicalWidth |
The physical with of the subblock (in pixels). | |
int | physicalHeight |
The physical height of the subblock (in pixels). | |
libCZI::PixelType | PixelType |
The pixel type of the subblock. | |
libCZI::SubBlockPyramidType | pyramid_type |
std::int32_t | compressionModeRaw |
Information about a subblock.
|
inline |
Gets compression mode enumeration. Note that unknown compression-modes (unknown to libCZI) are mapped to CompressionMode::Invalid.
|
inline |
Sets compression mode (specifying a compression enumeration).
m | The compression enumeration. |
std::int32_t libCZI::AddSubBlockInfoBase::compressionModeRaw |
The compression-mode (applying to the subblock-data). If using a compressed format, the data passed in must be already compressed - the writer does not perform the compression. The value specified here is the "raw value", use "GetCompressionMode()" or "Utils::CompressionModeFromRawCompressionIdentifier" in order to identify well-known compression modes.
libCZI::SubBlockPyramidType libCZI::AddSubBlockInfoBase::pyramid_type |
The pyramid type of the subblock. The significance of this field is unclear (and considered legacy). It is recommended to have this field set to 'SubBlockPyramidType::None' (which is the value set as default).