|
Grok
7.6.0
|
JPEG 2000 file format reader/writer. More...
#include <FileFormat.h>
Public Member Functions | |
| FileFormat (bool isDecoder) | |
| ~FileFormat () | |
| bool | decompress_tile (BufferedStream *stream, grk_image *p_image, uint16_t tile_index) |
Data Fields | |
| CodeStream * | codeStream |
| handle to the J2K codec More... | |
| std::vector< jp2_procedure > * | m_validation_list |
| list of validation procedures More... | |
| std::vector< jp2_procedure > * | m_procedure_list |
| list of execution procedures More... | |
| uint32_t | w |
| uint32_t | h |
| uint32_t | numcomps |
| uint32_t | bpc |
| uint32_t | C |
| uint32_t | UnkC |
| uint32_t | IPR |
| uint32_t | meth |
| uint32_t | approx |
| GRK_ENUM_COLOUR_SPACE | enumcs |
| uint32_t | precedence |
| uint32_t | brand |
| uint32_t | minversion |
| uint32_t | numcl |
| uint32_t * | cl |
| grk_jp2_comps * | comps |
| uint64_t | j2k_codestream_offset |
| bool | needs_xl_jp2c_box_length |
| uint32_t | jp2_state |
| uint32_t | jp2_img_state |
| grk_jp2_color | color |
| bool | has_capture_resolution |
| double | capture_resolution [2] |
| bool | has_display_resolution |
| double | display_resolution [2] |
| grk_jp2_buffer | xml |
| grk_jp2_uuid | uuids [JP2_MAX_NUM_UUIDS] |
| uint32_t | numUuids |
JPEG 2000 file format reader/writer.
| grk::FileFormat::FileFormat | ( | bool | isDecoder | ) |
| grk::FileFormat::~FileFormat | ( | ) |
| bool grk::FileFormat::decompress_tile | ( | BufferedStream * | stream, |
| grk_image * | p_image, | ||
| uint16_t | tile_index | ||
| ) |
| uint32_t grk::FileFormat::approx |
| uint32_t grk::FileFormat::bpc |
| uint32_t grk::FileFormat::brand |
| uint32_t grk::FileFormat::C |
| double grk::FileFormat::capture_resolution[2] |
| uint32_t* grk::FileFormat::cl |
| CodeStream* grk::FileFormat::codeStream |
handle to the J2K codec
| grk_jp2_color grk::FileFormat::color |
| grk_jp2_comps* grk::FileFormat::comps |
| double grk::FileFormat::display_resolution[2] |
| GRK_ENUM_COLOUR_SPACE grk::FileFormat::enumcs |
| uint32_t grk::FileFormat::h |
| bool grk::FileFormat::has_capture_resolution |
| bool grk::FileFormat::has_display_resolution |
| uint32_t grk::FileFormat::IPR |
| uint64_t grk::FileFormat::j2k_codestream_offset |
| uint32_t grk::FileFormat::jp2_img_state |
| uint32_t grk::FileFormat::jp2_state |
| std::vector<jp2_procedure>* grk::FileFormat::m_procedure_list |
list of execution procedures
| std::vector<jp2_procedure>* grk::FileFormat::m_validation_list |
list of validation procedures
| uint32_t grk::FileFormat::meth |
| uint32_t grk::FileFormat::minversion |
| bool grk::FileFormat::needs_xl_jp2c_box_length |
| uint32_t grk::FileFormat::numcl |
| uint32_t grk::FileFormat::numcomps |
| uint32_t grk::FileFormat::numUuids |
| uint32_t grk::FileFormat::precedence |
| uint32_t grk::FileFormat::UnkC |
| grk_jp2_uuid grk::FileFormat::uuids[JP2_MAX_NUM_UUIDS] |
| uint32_t grk::FileFormat::w |
| grk_jp2_buffer grk::FileFormat::xml |
1.8.18