IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6561


Ignore:
Timestamp:
Mar 8, 2006, 5:29:08 PM (20 years ago)
Author:
magnier
Message:

fixed psImageJpeg so it compiles

Location:
branches/rel10_ifa/psModules/src/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/pslib/psImageJpeg.c

    r6530 r6561  
    3232}
    3333
    34 psImageColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name)
     34psImageJpegColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name)
    3535{
    3636
  • branches/rel10_ifa/psModules/src/pslib/psImageJpeg.h

    r6530 r6561  
    2121
    2222// allocate a colormap (does not define the map values)
    23 psImageJpegColormap *psImageJpegColormapAlloc ()
    24 {
     23psImageJpegColormap *psImageJpegColormapAlloc ();
    2524
    26     // set the colormap values using the supplied name
    27     psImageColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name) {
     25// set the colormap values using the supplied name
     26psImageJpegColormap *psImageJpegColormapSet (psImageJpegColormap *map, char *name);
    2827
    29         // write out a JPEG file using the supplied image and colormap
    30         // output goes to the specified filename
    31         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
     30bool psImageJpeg (psImageJpegColormap *map, psImage *image, char *filename, float min, float max);
    3231
    33             # endif /* PS_IMAGE_JPEG_H */
     32# endif /* PS_IMAGE_JPEG_H */
Note: See TracChangeset for help on using the changeset viewer.