Grok  7.6.0
Public Member Functions
grk::SIZMarker Class Reference

#include <SIZMarker.h>

Public Member Functions

bool read (CodeStream *codeStream, uint8_t *p_header_data, uint16_t header_size)
 Decode a SIZ marker (image and tile size) More...
 
bool write (CodeStream *codeStream, BufferedStream *stream)
 Write the SIZ marker (image and tile size) More...
 

Member Function Documentation

◆ read()

bool grk::SIZMarker::read ( CodeStream codeStream,
uint8_t *  p_header_data,
uint16_t  header_size 
)

Decode a SIZ marker (image and tile size)

Parameters
codeStreamJPEG 2000 code stream.
p_header_datathe data contained in the SIZ box.
header_sizethe size of the data contained in the SIZ marker.

◆ write()

bool grk::SIZMarker::write ( CodeStream codeStream,
BufferedStream stream 
)

Write the SIZ marker (image and tile size)

Parameters
codeStreamJPEG 2000 code stream
streambuffered stream.

The documentation for this class was generated from the following file: