|
Grok
7.6.0
|
Implementation of operations on images (IMAGE) More...
Go to the source code of this file.
Namespaces | |
| grk | |
| Copyright (C) 2016-2020 Grok Image Compression Inc. | |
Functions | |
| grk_image * | grk::grk_image_create0 (void) |
| Create an empty image. More... | |
| void | grk::grk_image_comp_header_update (grk_image *image, const CodingParams *p_cp) |
| Update image components with coding parameters. More... | |
| void | grk::grk_copy_image_header (const grk_image *p_image_src, grk_image *p_image_dest) |
| bool | grk::update_image_dimensions (grk_image *p_image, uint32_t reduce) |
| void | grk::transfer_image_data (grk_image *src, grk_image *dest) |
| Transfer data from src to dest for each component, and null out src data. More... | |
Implementation of operations on images (IMAGE)
The functions in IMAGE.C have for goal to realize operations on images.
1.8.18