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.

Field Documentation

◆ data

◆ xsize

unsigned int image_char_s::xsize

◆ ysize

unsigned int image_char_s::ysize

Referenced by new_image_char(), and region_grow().


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