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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-26
|
263 b
|
15 lines
#import <objc/Object.h>
#import "../common.h"
@interface Posterizer:Object
{
id msgtext;
}
- initWith:(commonInfo *)info newmap:(unsigned char **)newmap;
- setMessageText: text;
- posterize:(unsigned char **)map with:(float)diff : (float)ctrl;
- free;
@end