OpenJPEG
1.5.1
|
Defines image data and characteristics. More...
#include <openjpeg.h>
Data Fields | |
int | x0 |
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area. More... | |
int | y0 |
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area. More... | |
int | x1 |
Xsiz: width of the reference grid. More... | |
int | y1 |
Ysiz: height of the reference grid. More... | |
int | numcomps |
number of components in the image More... | |
OPJ_COLOR_SPACE | color_space |
color space: sRGB, Greyscale or YUV More... | |
opj_image_comp_t * | comps |
image components More... | |
unsigned char * | icc_profile_buf |
'restricted' ICC profile More... | |
int | icc_profile_len |
size of ICC profile More... | |
Defines image data and characteristics.
OPJ_COLOR_SPACE opj_image::color_space |
color space: sRGB, Greyscale or YUV
Referenced by jp2_apply_cdef(), jp2_setup_encoder(), opj_image_create(), and opj_jp2_decode().
opj_image_comp_t* opj_image::comps |
image components
Referenced by j2k_read_siz(), j2k_setup_encoder(), j2k_write_siz(), jp2_apply_cdef(), jp2_apply_pclr(), jp2_setup_encoder(), jpwl_esd_fill(), opj_image_create(), opj_image_destroy(), pi_create_decode(), pi_initialise_encode(), t2_decode_packets(), tcd_decode_tile(), tcd_encode_tile(), tcd_init_encode(), tcd_makelayer_fixed(), tcd_malloc_decode(), tcd_malloc_decode_tile(), tcd_malloc_encode(), and tcd_rateallocate().
unsigned char* opj_image::icc_profile_buf |
'restricted' ICC profile
Referenced by opj_jp2_decode().
int opj_image::icc_profile_len |
size of ICC profile
Referenced by opj_jp2_decode().
int opj_image::numcomps |
number of components in the image
Referenced by j2k_encode(), j2k_read_coc(), j2k_read_cod(), j2k_read_crg(), j2k_read_esd(), j2k_read_poc(), j2k_read_qcc(), j2k_read_qcd(), j2k_read_rgn(), j2k_read_siz(), j2k_read_sot(), j2k_setup_encoder(), j2k_write_coc(), j2k_write_poc(), j2k_write_qcc(), j2k_write_rgn(), j2k_write_siz(), jp2_apply_pclr(), jp2_setup_encoder(), jpwl_esd_create(), jpwl_esd_fill(), opj_image_create(), opj_image_destroy(), pi_create_decode(), pi_initialise_encode(), t2_encode_packets(), tcd_init_encode(), tcd_malloc_decode(), and tcd_malloc_encode().
int opj_image::x0 |
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area.
Referenced by j2k_encode(), j2k_read_siz(), j2k_write_siz(), jp2_setup_encoder(), pi_create_decode(), pi_initialise_encode(), tcd_dump(), tcd_encode_tile(), tcd_init_encode(), tcd_malloc_decode(), and tcd_malloc_encode().
int opj_image::x1 |
Xsiz: width of the reference grid.
Referenced by j2k_encode(), j2k_read_siz(), j2k_setup_encoder(), j2k_write_siz(), jp2_setup_encoder(), pi_create_decode(), pi_initialise_encode(), tcd_dump(), tcd_encode_tile(), tcd_init_encode(), tcd_malloc_decode(), and tcd_malloc_encode().
int opj_image::y0 |
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area.
Referenced by j2k_encode(), j2k_read_siz(), j2k_write_siz(), jp2_setup_encoder(), pi_create_decode(), pi_initialise_encode(), tcd_dump(), tcd_encode_tile(), tcd_init_encode(), tcd_malloc_decode(), and tcd_malloc_encode().
int opj_image::y1 |
Ysiz: height of the reference grid.
Referenced by j2k_encode(), j2k_read_siz(), j2k_setup_encoder(), j2k_write_siz(), jp2_setup_encoder(), pi_create_decode(), pi_initialise_encode(), tcd_dump(), tcd_init_encode(), tcd_malloc_decode(), and tcd_malloc_encode().