Grok  7.6.0
Data Fields
_grk_image Struct Reference

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_compcomps
 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
 

Detailed Description

Image.

Field Documentation

◆ capture_resolution

double _grk_image::capture_resolution[2]

◆ color_space

GRK_COLOR_SPACE _grk_image::color_space

color space: sRGB, Greyscale or YUV

◆ comps

grk_image_comp* _grk_image::comps

image components

◆ display_resolution

double _grk_image::display_resolution[2]

◆ icc_profile_buf

uint8_t* _grk_image::icc_profile_buf

'restricted' ICC profile

◆ icc_profile_len

uint32_t _grk_image::icc_profile_len

size of ICC profile

◆ iptc_buf

uint8_t* _grk_image::iptc_buf

◆ iptc_len

size_t _grk_image::iptc_len

◆ numcomps

uint32_t _grk_image::numcomps

number of components in the image

◆ x0

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().

◆ x1

uint32_t _grk_image::x1

Xsiz: width of the reference grid.

Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().

◆ xmp_buf

uint8_t* _grk_image::xmp_buf

◆ xmp_len

size_t _grk_image::xmp_len

◆ y0

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().

◆ y1

uint32_t _grk_image::y1

Ysiz: height of the reference grid.

Referenced by grk::TileComponentBuffer< int32_t >::TileComponentBuffer().


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