Image Interpolation with Contour Stencils
|
struct representing an image More...
Data Fields | |
uint32_t * | Data |
32-bit RGBA image data More... | |
int | Width |
Image width. More... | |
int | Height |
Image height. More... | |
struct representing an image
Definition at line 32 of file cwinterpcli.c.
uint32_t * image::Data |
32-bit RGBA image data
Definition at line 35 of file cwinterpcli.c.
int image::Height |
Image height.
Definition at line 39 of file cwinterpcli.c.
int image::Width |
Image width.
Definition at line 37 of file cwinterpcli.c.