home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / TiffMenusPalette / ImageArchiving.h next >
Encoding:
Text File  |  1993-12-22  |  133 b   |  7 lines

  1. #import <appkit/NXImage.h>
  2.  
  3. @interface NXImage(Archiving)
  4.  
  5. - saveAsTIFF:(const char *)fileName withExtension:(const char *)ext;
  6.  
  7. @end