JWM Source Documentation

ImageNode Struct Reference

Structure to represent an image. More...

#include <image.h>

Data Fields

int width
 Width of the image.
int height
 Height of the image.
unsigned char * data
 Image data.

Detailed Description

Structure to represent an image.

Definition at line 14 of file image.h.


Field Documentation

unsigned char* ImageNode::data

Image data.

Definition at line 18 of file image.h.

Height of the image.

Definition at line 17 of file image.h.

Width of the image.

Definition at line 16 of file image.h.


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