Grok
7.6.6
|
#include <vector>
#include <map>
Go to the source code of this file.
Namespaces | |
grk | |
Copyright (C) 2016-2021 Grok Image Compression Inc. | |
Functions | |
void | grk::j2k_dump (CodeStream *codeStream, uint32_t flag, FILE *out_stream) |
Dump some elements from the J2K decompression structure . More... | |
void | grk::j2k_dump_image_header (GrkImage *image, bool dev_dump_flag, FILE *out_stream) |
Dump an image header structure. More... | |
void | grk::j2k_dump_image_comp_header (grk_image_comp *comp, bool dev_dump_flag, FILE *out_stream) |
Dump a component image header structure. More... | |
grk_codestream_info_v2 * | grk::j2k_get_cstr_info (CodeStream *codeStream) |
Get the code stream info from a JPEG2000 codec. More... | |
grk_codestream_index * | grk::j2k_get_cstr_index (CodeStream *codeStream) |
Get the code stream index from a JPEG2000 codec. More... | |
grk_codestream_index * | grk::j2k_create_cstr_index (void) |
bool | grk::j2k_allocate_tile_element_cstr_index (CodeStream *codeStream) |
void | grk::j2k_destroy_cstr_index (grk_codestream_index *p_cstr_ind) |
Destroys a code stream index structure. More... | |
void | grk::jp2_dump (FileFormat *fileFormat, uint32_t flag, FILE *out_stream) |
Dump some elements from the JP2 decompression structure . More... | |
grk_codestream_info_v2 * | grk::jp2_get_cstr_info (FileFormat *fileFormat) |
Get the code stream info from a JPEG2000 codec. More... | |
grk_codestream_index * | grk::jp2_get_cstr_index (FileFormat *fileFormat) |
Get the code stream index from a JPEG2000 codec. More... | |