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

Data Fields

doubledata
 
unsigned int xsize
 
unsigned int ysize
 

Detailed Description

double 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

◆ xsize

◆ ysize

unsigned int image_double_s::ysize

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