psImageJpeg.h File Reference

#include "psImage.h"

Include dependency graph for psImageJpeg.h:

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

Go to the source code of this file.

Data Structures

struct  psImageJpegColormap

Defines

#define PS_JPEG_RANGELIM(A)   (PS_MAX(0,PS_MIN(255,(A))))
#define PS_JPEG_SCALEVALUE(VALUE, ZERO, SCALE)   (PS_MAX(0,PS_MIN(255,(SCALE*(VALUE-ZERO)))))

Functions

psImageJpegColormappsImageJpegColormapAlloc ()
psImageJpegColormappsImageJpegColormapSet (psImageJpegColormap *map, const char *name)
bool psImageJpeg (const psImageJpegColormap *map, const psImage *image, const char *filename, float min, float max)


Generated on Fri Feb 2 22:25:00 2007 for pslib by  doxygen 1.5.1