|
Linear Methods for Image Interpolation
|
struct representing an image More...
Data Fields | |
| uint32_t * | Data |
| 32-bit RGBA image data | |
| int | Width |
| Image width. | |
| int | Height |
| Image height. | |
struct representing an image
Definition at line 34 of file imcoarsen.c.
| uint32_t* image::Data |
32-bit RGBA image data
Definition at line 37 of file imcoarsen.c.
| int image::Height |
Image height.
Definition at line 41 of file imcoarsen.c.
| int image::Width |
Image width.
Definition at line 39 of file imcoarsen.c.
1.7.4