This is GIFWriting.h in view mode; [Download] [Up]
/////////////////////////////////////////////////////////////////////////////// // FILENAME: GIFWriting.h // SUMMARY: Interface for a GIFWriting category to NXImage // SUPERCLASS: Object:NXImage(GIFWriting) // INTERFACE: None // AUTHOR: Rohit Khare // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project /////////////////////////////////////////////////////////////////////////////// // DESCRIPTION // This method is placed here by analogy to writeTIFF:* // The code here uses the netPBM libraries. /////////////////////////////////////////////////////////////////////////////// // HISTORY // 07/16/94: Created. Derived from netPBM /////////////////////////////////////////////////////////////////////////////// #import <appkit/appkit.h> #import "_FormatWritingImageView.h" @interface NXImage (GIFWriting) - writeGIFtoPath:(const char *) destPath; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.