Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

ImageFormat_JPG Class Reference
[Graphics]

Inheritance diagram for ImageFormat_JPG:

ImageFormat

List of all members.


Public Member Functions

 ImageFormat_JPG (const Asset &asset)
 ImageFormat_JPG (int width, int height, void *data)
virtual ~ImageFormat_JPG ()
virtual int GetWidth ()
virtual int GetHeight ()
virtual int GetCelCount ()
virtual void CopyPixels (unsigned int *destination)
virtual float GetCelDelay (int celIndex)

Static Public Member Functions

static void Register ()
static bool TestAsset (const Asset &asset)
static ImageFormatCreate (const Asset &asset)
static void Save (const Filename &filename, int width, int height, void *data)

Detailed Description

Author:
Mattias Gustavsson

Definition at line 21 of file ImageFormat_JPG.h.


Constructor & Destructor Documentation

ImageFormat_JPG::ImageFormat_JPG ( const Asset asset  ) 

Constructor

Definition at line 54 of file ImageFormat_JPG.cpp.

ImageFormat_JPG::ImageFormat_JPG ( int  width,
int  height,
void *  data 
)

ImageFormat_JPG::~ImageFormat_JPG (  )  [virtual]

Destructor

Definition at line 169 of file ImageFormat_JPG.cpp.


Member Function Documentation

void ImageFormat_JPG::Register (  )  [static]

Definition at line 15 of file ImageFormat_JPG.cpp.

bool ImageFormat_JPG::TestAsset ( const Asset asset  )  [static]

Definition at line 31 of file ImageFormat_JPG.cpp.

ImageFormat * ImageFormat_JPG::Create ( const Asset asset  )  [static]

Definition at line 23 of file ImageFormat_JPG.cpp.

int ImageFormat_JPG::GetWidth (  )  [virtual]

Implements ImageFormat.

Definition at line 180 of file ImageFormat_JPG.cpp.

int ImageFormat_JPG::GetHeight (  )  [virtual]

Implements ImageFormat.

Definition at line 188 of file ImageFormat_JPG.cpp.

int ImageFormat_JPG::GetCelCount (  )  [virtual]

Implements ImageFormat.

Definition at line 196 of file ImageFormat_JPG.cpp.

void ImageFormat_JPG::CopyPixels ( unsigned int *  destination  )  [virtual]

Implements ImageFormat.

Definition at line 212 of file ImageFormat_JPG.cpp.

float ImageFormat_JPG::GetCelDelay ( int  celIndex  )  [virtual]

Implements ImageFormat.

Definition at line 204 of file ImageFormat_JPG.cpp.

void ImageFormat_JPG::Save ( const Filename filename,
int  width,
int  height,
void *  data 
) [static]

Definition at line 225 of file ImageFormat_JPG.cpp.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.