Changeset 28983
- Timestamp:
- Aug 20, 2010, 10:53:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psLib/src/jpeg/psImageJpeg.c
r28949 r28983 136 136 } 137 137 138 // XXX need to fix library references for this (psLib does not depend on libkapa) 139 # if (0) 138 140 // XXX Add colormap bar with scale (min -> max) 139 141 // XXX Add option to plot the source overlay (pass in bDrawBuffer populated with points?) 140 142 // XXX need to update bDraw APIs to pass in/out structure and avoid the local static 141 bool psImageJpeg (const psImageJpegColormap *map, const psImage *image, const char *filename,143 bool psImageJpegNew(const psImageJpegColormap *map, const psImage *image, const char *filename, 142 144 float min, float max) 143 145 { … … 272 274 return true; 273 275 } 274 275 bool psImageJpegOld(const psImageJpegColormap *map, const psImage *image, const char *filename, 276 # endif 277 278 bool psImageJpeg(const psImageJpegColormap *map, const psImage *image, const char *filename, 276 279 float min, float max) 277 280 {
Note:
See TracChangeset
for help on using the changeset viewer.
