This is ToTIFF.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> @interface ToTIFF:Object { id bitmapinfo; id compressiontype, equalizeswitch; int compression, equalize; } /* initialize the bitmapinfo form (set methods called automatically */ - setDefaults:sender; /* set the compression method with actions called by the radiobuttons */ - doLZW:sender; - doPACKBITS:sender; - doJPEG:sender; - doNONE:sender; - doEQUALIZE:sender; /* the main method, which reads the bitmap files and writes the TIFF */ - toTIFFMethod:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.