home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / BCBViewer / ImageEdit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-17  |  139 b   |  9 lines

  1. #ifndef __IMAGEEDIT_H
  2. #define __IMAGEEDIT_H
  3.  
  4. #include "bitimage.h"
  5.  
  6. void GammaCorrect (BitmapImage &image, double gamma) ;
  7.  
  8. #endif
  9.