![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for image_int_s:Data Fields | |
| int * | data |
| unsigned int | xsize |
| unsigned int | ysize |
int image data type
The pixel value at (x,y) is accessed by:
image->data[ x + y * image->xsize ]
with x and y integer.
| int* image_int_s::data |
Referenced by new_image_int(), and new_image_int_ini().
| unsigned int image_int_s::xsize |
Referenced by new_image_int().
| unsigned int image_int_s::ysize |
Referenced by new_image_int().