62 const struct opj_cp* p_cp);
opj_image_t * opj_image_create0(void)
Create an empty image.
Definition: image.c:34
Defines image data and characteristics.
Definition: openjpeg.h:666
void opj_image_comp_header_update(opj_image_t *p_image, const struct opj_cp *p_cp)
Updates the components characteristics of the image from the coding parameters.
Definition: image.c:122
Coding parameters.
Definition: j2k.h:345
void opj_copy_image_header(const opj_image_t *p_image_src, opj_image_t *p_image_dest)
Copy only header of image and its component header (no data are copied) if dest image have data...
Definition: image.c:165