This is JFIFBitmap.h in view mode; [Download] [Up]
#import <appkit/NXBitmapImageRep.h>
@interface JFIFBitmap:NXBitmapImageRep
{
unsigned char *jfifData;
}
- writeJFIF:(NXStream *)stream usingQuality:(int)quality;
- readJFIF:(NXStream *)stream;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.