Fluxus::PNGLoader Class Reference

#include <PNGLoader.h>


Static Public Member Functions

static unsigned char * Load (const string &Filename, unsigned int &w, unsigned int &h, PixelFormat &p)
 A utility for loading png files and returns the raw pixel data.
static void Save (const string &Filename, unsigned int w, unsigned int h, PixelFormat p, unsigned char *)


Detailed Description

Definition at line 32 of file PNGLoader.h.


Member Function Documentation

unsigned char * PNGLoader::Load ( const string &  Filename,
unsigned int &  w,
unsigned int &  h,
PixelFormat p 
) [static]

A utility for loading png files and returns the raw pixel data.

Definition at line 23 of file PNGLoader.cpp.

void PNGLoader::Save ( const string &  Filename,
unsigned int  w,
unsigned int  h,
PixelFormat  p,
unsigned char *   
) [static]

Definition at line 74 of file PNGLoader.cpp.


The documentation for this class was generated from the following files:
Generated on Wed Sep 17 21:16:51 2008 for The Fluxus Renderer (libfluxus) by  doxygen 1.5.1