ftp.nice.ch/pub/next/text/apps/eText5.0.93.s.tar.gz#/eText5/Kludges.subproj/GIFWriting.h

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.