IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28983


Ignore:
Timestamp:
Aug 20, 2010, 10:53:17 AM (16 years ago)
Author:
eugene
Message:

for now, ifdef out the bDraw elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psLib/src/jpeg/psImageJpeg.c

    r28949 r28983  
    136136}
    137137
     138// XXX need to fix library references for this (psLib does not depend on libkapa)
     139# if (0)
    138140// XXX Add colormap bar with scale (min -> max)
    139141// XXX Add option to plot the source overlay (pass in bDrawBuffer populated with points?)
    140142// 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,
     143bool psImageJpegNew(const psImageJpegColormap *map, const psImage *image, const char *filename,
    142144                 float min, float max)
    143145{
     
    272274    return true;
    273275}
    274 
    275 bool psImageJpegOld(const psImageJpegColormap *map, const psImage *image, const char *filename,
     276# endif
     277
     278bool psImageJpeg(const psImageJpegColormap *map, const psImage *image, const char *filename,
    276279                 float min, float max)
    277280{
Note: See TracChangeset for help on using the changeset viewer.