#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) |
GLubyte* GetScreenBuffer | ( | int | x, | |
int | y, | |||
int & | width, | |||
int & | height, | |||
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 | |||
) |
int WriteTiff | ( | const char * | filename, | |
const char * | description, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height, | |||
int | compression, | |||
int | super = 1 | |||
) |