Utils.cpp File Reference

#include <tiffio.h>
#include <jpeglib.h>
#include "Utils.h"
#include <iostream>
#include <fstream>

Include dependency graph for Utils.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

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

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 
)

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  compression,
int  super 
)

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 
)

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