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

Data Fields

unsigned char * data
 
unsigned int xsize
 
unsigned int ysize
 

Detailed Description

char 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 386 of file ashift_lsd.c.

Field Documentation

◆ data

unsigned char* image_char_s::data

Definition at line 388 of file ashift_lsd.c.

Referenced by new_image_char(), new_image_char_ini(), and region_grow().

◆ xsize

unsigned int image_char_s::xsize

Definition at line 389 of file ashift_lsd.c.

Referenced by new_image_char(), and region_grow().

◆ ysize

unsigned int image_char_s::ysize

Definition at line 389 of file ashift_lsd.c.

Referenced by new_image_char(), and region_grow().


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