|
Grok
7.6.0
|
Image. More...
#include <grok.h>
Data Fields | |
| uint32_t | x0 |
| XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area. More... | |
| uint32_t | y0 |
| YOsiz: vertical offset from the origin of the reference grid to the top side of the image area. More... | |
| uint32_t | x1 |
| Xsiz: width of the reference grid. More... | |
| uint32_t | y1 |
| Ysiz: height of the reference grid. More... | |
| uint32_t | numcomps |
| number of components in the image More... | |
| GRK_COLOR_SPACE | color_space |
| color space: sRGB, Greyscale or YUV More... | |
| grk_image_comp * | comps |
| image components More... | |
| uint8_t * | icc_profile_buf |
| 'restricted' ICC profile More... | |
| uint32_t | icc_profile_len |
| size of ICC profile More... | |
| double | capture_resolution [2] |
| double | display_resolution [2] |
| uint8_t * | iptc_buf |
| size_t | iptc_len |
| uint8_t * | xmp_buf |
| size_t | xmp_len |
Image.
| double _grk_image::capture_resolution[2] |
| GRK_COLOR_SPACE _grk_image::color_space |
color space: sRGB, Greyscale or YUV
| grk_image_comp* _grk_image::comps |
image components
| double _grk_image::display_resolution[2] |
| uint8_t* _grk_image::icc_profile_buf |
'restricted' ICC profile
| uint32_t _grk_image::icc_profile_len |
size of ICC profile
| uint8_t* _grk_image::iptc_buf |
| size_t _grk_image::iptc_len |
| uint32_t _grk_image::numcomps |
number of components in the image
| uint32_t _grk_image::x0 |
XOsiz: horizontal offset from the origin of the reference grid to the left side of the image area.
Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().
| uint32_t _grk_image::x1 |
Xsiz: width of the reference grid.
Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().
| uint8_t* _grk_image::xmp_buf |
| size_t _grk_image::xmp_len |
| uint32_t _grk_image::y0 |
YOsiz: vertical offset from the origin of the reference grid to the top side of the image area.
Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().
| uint32_t _grk_image::y1 |
Ysiz: height of the reference grid.
Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().
1.8.18