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

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

#import <appkit/appkit.h>
#import "Dithering.h"

@interface MDAmethod:Object <Dithering>
{
	unsigned char *buffer;
	unsigned char *lines[3];
	int first;
	int lnwidth;
	BOOL leftToRight;
	unsigned char grad[256];
	unsigned char threshold[16];
}

@end

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