Changeset 6561 for branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h
- Timestamp:
- Mar 8, 2006, 5:29:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h
r6530 r6561 21 21 22 22 // allocate a colormap (does not define the map values) 23 psImageJpegColormap *psImageJpegColormapAlloc () 24 { 23 psImageJpegColormap *psImageJpegColormapAlloc (); 25 24 26 // set the colormap values using the supplied name27 psImageColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name) { 25 // set the colormap values using the supplied name 26 psImageJpegColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name); 28 27 29 // write out a JPEG file using the supplied image and colormap30 // output goes to the specified filename31 bool psImageJpeg (psImageJpegColormap *map, psImage *image, char *filename, float min, float max) { 28 // write out a JPEG file using the supplied image and colormap 29 // output goes to the specified filename 30 bool psImageJpeg (psImageJpegColormap *map, psImage *image, char *filename, float min, float max); 32 31 33 # endif /* PS_IMAGE_JPEG_H */32 # endif /* PS_IMAGE_JPEG_H */
Note:
See TracChangeset
for help on using the changeset viewer.
