62 const struct opj_cp* p_cp);
opj_image_t * opj_image_create0(void)
Create an empty image.
Definition image.c:34
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:164
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:121
struct opj_image opj_image_t
Defines image data and characteristics.
Coding parameters.
Definition j2k.h:358
Defines image data and characteristics.
Definition openjpeg.h:711