Phenom Programming Interface
Public Types | Public Member Functions | Public Attributes
PhenomTypes::Image Struct Reference

Image descriptor struct. More...

#include <PhenomTypes.h>

List of all members.

Public Types

typedef boost::shared_ptr< Imageptr

Public Member Functions

 Image (int width, int height, Encoding encoding, int stride_x, int stride_y, void *data)

Public Attributes

int width
 Width of the image in pixels.
int height
 Height of the image in pixels.
Encoding encoding
 Encoding of the pixels.
int stride_x
 Distance from one pixel to the one right next to it, in bytes.
int stride_y
 Distance from one pixel to the one right below it, in bytes.
void * data
 Pointer to the pixel data.

Detailed Description

Image descriptor struct.


The documentation for this struct was generated from the following files:
Phenom-World BV, Dillenburgstraat 9E, 5652 AM Eindhoven, The Netherlands, www.phenom-world.com

©2012. All rights reserved. Reproduction, copying, usage, modifying, hiring, renting, public performance, transmission and/or broadcasting in whole or in part is prohibited without the written consent of Phenom-World BV. Find your Phenom-World contact information at www.phenom-world.com.