#include <openjpeg.h>
Data Fields | |
| int | dx |
| XRsiz: horizontal separation of a sample of ith component with respect to the reference grid. | |
| int | dy |
| YRsiz: vertical separation of a sample of ith component with respect to the reference grid. | |
| int | w |
| data width | |
| int | h |
| data height | |
| int | x0 |
| x component offset compared to the whole image | |
| int | y0 |
| y component offset compared to the whole image | |
| int | prec |
| precision | |
| int | bpp |
| image depth in bits | |
| int | sgnd |
| signed (1) / unsigned (0) | |
XRsiz: horizontal separation of a sample of ith component with respect to the reference grid.
Referenced by opj_image_create().
YRsiz: vertical separation of a sample of ith component with respect to the reference grid.
Referenced by opj_image_create().