home *** CD-ROM | disk | FTP | other *** search
-
- /* 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
-