#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 | |
| psImageJpegColormap * | psImageJpegColormapAlloc () |
| psImageJpegColormap * | psImageJpegColormapSet (psImageJpegColormap *map, const char *name) |
| bool | psImageJpeg (const psImageJpegColormap *map, const psImage *image, const char *filename, float min, float max) |
1.5.1