opj_image Struct Reference

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.
int y0
 YOsiz: vertical offset from the origin of the reference grid to the top side of the image area.
int x1
 Xsiz: width of the reference grid.
int y1
 Ysiz: height of the reference grid.
int numcomps
 number of components in the image
OPJ_COLOR_SPACE color_space
 color space: sRGB, Greyscale or YUV
opj_image_comp_tcomps
 image components


Detailed Description

Defines image data and characteristics.

Field Documentation

color space: sRGB, Greyscale or YUV

Referenced by jp2_decode(), jp2_setup_encoder(), and opj_image_create().

XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area.

Referenced by j2k_dump_image(), 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().

YOsiz: vertical offset from the origin of the reference grid to the top side of the image area.

Referenced by j2k_dump_image(), 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().


The documentation for this struct was generated from the following file:

doxygen