home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / imdisp / source / imagutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-07  |  479 b   |  20 lines

  1. /****  IMAGUTIL.H
  2.  
  3.        Header file for IMAGUTIL.H
  4.        Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
  5.  
  6. ****/
  7.  
  8. /* * * *  External Function Prototypes * * * */
  9.  
  10. extern int  DiddlePalette (int );
  11. extern int  DisplayHistogram (long *,int ,int ,int );
  12. extern int  Stretch (int ,int );
  13. extern int  Profile (void);
  14. extern void DoNegative(void);
  15. extern void ShowPalette( int);
  16. extern void ErasePalette( int);
  17.  
  18. /* * * *  External Global Variables * * * */
  19.  
  20.