29const uint8_t
IPTC_UUID[16] = {0x33, 0xC7, 0xA4, 0xD2, 0xB8, 0x1D, 0x47, 0x23,
30 0xA0, 0xBA, 0xF1, 0xA3, 0xE0, 0x97, 0xAD, 0x38};
31const uint8_t
XMP_UUID[16] = {0xBE, 0x7A, 0xCF, 0xCB, 0x97, 0xA9, 0x42, 0xE8,
32 0x9C, 0x71, 0x99, 0x94, 0x91, 0xE3, 0xAF, 0xAC};
34const uint8_t
EXIF_UUID[16] = {0x4A, 0x70, 0x67, 0x54, 0x69, 0x66, 0x66, 0x45,
35 0x78, 0x69, 0x66, 0x2D, 0x3E, 0x4A, 0x50, 0x32};
37const uint8_t
EXIF_UUID_PS[16] = {0x05, 0x37, 0xCD, 0xAB, 0x9D, 0x0C, 0x44, 0x31,
38 0xA7, 0x2A, 0xFA, 0x56, 0x1F, 0x2A, 0x11, 0x3E};
40const uint8_t
GEOTIFF_UUID[16] = {0xB1, 0x4B, 0xF8, 0xBD, 0x08, 0x3D, 0x4B, 0x43,
41 0xA5, 0xAE, 0x8C, 0xD7, 0xD5, 0xA6, 0xCE, 0x03};
43const uint8_t
MSIG_UUID[16] = {0x96, 0xA9, 0xF1, 0xF1, 0xDC, 0x98, 0x40, 0x2D,
44 0xA7, 0xAE, 0xD6, 0x8E, 0x34, 0x45, 0x18, 0x09};
62 void dump(uint32_t flag, FILE* outputFileStream)
override;
72 bool read_xml(uint8_t* p_xml_data, uint32_t xml_size);
73 bool read_uuid(uint8_t* headerData, uint32_t headerSize);
74 bool read_ipr(uint8_t* headerData, uint32_t headerSize);
Manages decompression.
Definition CodeStreamDecompress.h:36
Stores header and data for an image.
Definition GrkImage.h:54
bool(* grk_io_band_callback)(uint32_t yBegin, uint32_t yEnd, grk_image *image, void *user_data)
Callback invoked when a horizontal band of the decompressed image is ready for writing.
Definition grok.h:647
ResWindow.
Definition CompressedChunkCache.h:36
const uint8_t IPTC_UUID[16]
JUMBF super box (ISO/IEC 19566-5).
Definition FileFormatJP2Decompress.h:29
const uint8_t MSIG_UUID[16]
Definition FileFormatJP2Decompress.h:43
const uint8_t EXIF_UUID_PS[16]
Definition FileFormatJP2Decompress.h:37
const uint8_t GEOTIFF_UUID[16]
Definition FileFormatJP2Decompress.h:40
const uint32_t JP2_UINF
Data Reference box.
Definition FileFormatJP2Decompress.h:24
const uint8_t XMP_UUID[16]
Definition FileFormatJP2Decompress.h:31
const uint32_t JP2_URL
UUID list box.
Definition FileFormatJP2Decompress.h:26
const uint8_t EXIF_UUID[16]
Definition FileFormatJP2Decompress.h:34
const uint32_t JP2_DTBL
Definition FileFormatJP2Decompress.h:23
const uint32_t JP2_ULST
UUID info box (super-box).
Definition FileFormatJP2Decompress.h:25
const uint32_t JP2_JUMB
Data entry URL box.
Definition FileFormatJP2Decompress.h:27
Coding parameters.
Definition CodingParams.h:402
Decompress interface.
Definition IDecompressor.h:29
Decompression parameters.
Stores progression state information Note: limited to 256 components.
User-managed output buffer for asynchronous swath tile copy-and-convert.
Definition grok.h:974
Specify swath region to wait on during asynchronous decompression.
Definition grok.h:1004