Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
image_int_s Struct Reference
+ Collaboration diagram for image_int_s:

Data Fields

int * data
 
unsigned int xsize
 
unsigned int ysize
 

Detailed Description

int image data type

The pixel value at (x,y) is accessed by:

image->data[ x + y * image->xsize ]

with x and y integer.

Field Documentation

◆ data

int* image_int_s::data

Referenced by new_image_int(), and new_image_int_ini().

◆ xsize

unsigned int image_int_s::xsize

Referenced by new_image_int().

◆ ysize

unsigned int image_int_s::ysize

Referenced by new_image_int().


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