home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Graphics / ToyViewer-2.6a / src / ImageOpr.bproj / Posterizer.h < prev    next >
Encoding:
Text File  |  1996-10-26  |  263 b   |  15 lines

  1. #import  <objc/Object.h>
  2. #import  "../common.h"
  3.  
  4. @interface Posterizer:Object
  5. {
  6.     id    msgtext;
  7. }
  8.  
  9. - initWith:(commonInfo *)info newmap:(unsigned char **)newmap;
  10. - setMessageText: text;
  11. - posterize:(unsigned char **)map with:(float)diff : (float)ctrl;
  12. - free;
  13.  
  14. @end
  15.