ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6.s.tar.gz#/ToyViewer2.6/src/ImageOpr.bproj/imageOperation.h

This is imageOperation.h in view mode; [Download] [Up]

/* Operations */

typedef unsigned char	*lineset[MAXPLANE];

/* resize.c */
extern commonInfo *makeResizedMap(float, commonInfo *,
	unsigned char **, unsigned char **);

/* rotate.c */
extern void rotate_size(int, commonInfo *, commonInfo *);
extern int sub_rotate(int, int, commonInfo *, commonInfo *,
			int *, unsigned char **);

/* edge.c */
extern int edgeInit(int, int, int, float);
extern void edgeFree(void);
extern unsigned char *edgePutLine(void);
extern unsigned char *edgeLine(void);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.