Grok  9.5.0
Public Attributes | List of all members
_grk_image Struct Reference

#include <grok.h>

Inheritance diagram for _grk_image:
grk::GrkImage

Public Attributes

grk_object obj
 
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...
 
uint16_t numcomps
 number of components in the image More...
 
GRK_COLOR_SPACE color_space
 
bool color_applied
 
bool has_capture_resolution
 
double capture_resolution [2]
 
bool has_display_resolution
 
double display_resolution [2]
 
grk_image_metameta
 
grk_image_compcomps
 

Member Data Documentation

◆ capture_resolution

double _grk_image::capture_resolution[2]

◆ color_applied

bool _grk_image::color_applied

◆ color_space

GRK_COLOR_SPACE _grk_image::color_space

◆ comps

grk_image_comp* _grk_image::comps

◆ display_resolution

double _grk_image::display_resolution[2]

◆ has_capture_resolution

bool _grk_image::has_capture_resolution

◆ has_display_resolution

bool _grk_image::has_display_resolution

◆ meta

grk_image_meta* _grk_image::meta

◆ numcomps

uint16_t _grk_image::numcomps

◆ obj

grk_object _grk_image::obj

◆ x0

uint32_t _grk_image::x0

◆ x1

uint32_t _grk_image::x1

◆ y0

uint32_t _grk_image::y0

◆ y1

uint32_t _grk_image::y1

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