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.

Definition at line 512 of file ashift_lsd.c.

Field Documentation

◆ data

double* image_double_s::data

◆ xsize

unsigned int image_double_s::xsize

◆ ysize

unsigned int image_double_s::ysize

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