Linear Methods for Image Interpolation
Data Fields
image Struct Reference

struct representing an image More...

Data Fields

uint32_t * Data
 32-bit RGBA image data
int Width
 Image width.
int Height
 Image height.

Detailed Description

struct representing an image

Definition at line 34 of file imcoarsen.c.


Field Documentation

uint32_t* image::Data

32-bit RGBA image data

Definition at line 37 of file imcoarsen.c.

Image height.

Definition at line 41 of file imcoarsen.c.

Image width.

Definition at line 39 of file imcoarsen.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines