Utils.h File Reference

#include <GL/gl.h>
#include <stdlib.h>

Include dependency graph for Utils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GLubyte * GetScreenBuffer (int x, int y, int &width, int &height, int super=1)
int WriteTiff (const char *filename, const char *description, int x, int y, int width, int height, int compression, int super=1)
int WriteJPG (const char *filename, const char *description, int x, int y, int width, int height, int quality, int super=1)
int WritePPM (const char *filename, const char *description, int x, int y, int width, int height, int quality, int super=1)


Function Documentation

GLubyte* GetScreenBuffer ( int  x,
int  y,
int &  width,
int &  height,
int  super = 1 
)

Definition at line 28 of file Utils.cpp.

int WriteJPG ( const char *  filename,
const char *  description,
int  x,
int  y,
int  width,
int  height,
int  quality,
int  super = 1 
)

Definition at line 115 of file Utils.cpp.

int WritePPM ( const char *  filename,
const char *  description,
int  x,
int  y,
int  width,
int  height,
int  quality,
int  super = 1 
)

Definition at line 162 of file Utils.cpp.

int WriteTiff ( const char *  filename,
const char *  description,
int  x,
int  y,
int  width,
int  height,
int  compression,
int  super = 1 
)

Definition at line 76 of file Utils.cpp.


Generated on Tue Sep 4 23:22:38 2007 for The Fluxus Renderer (libfluxus) by  doxygen 1.5.1