-- CGBandImage.mesa
-- Last changed by Ken Pier,        21-Feb-82 16:53:29

DIRECTORY
	CGBandDevice USING [BandDevice],
	CGDevice USING [Ref];
	

CGBandImage: DEFINITIONS = {

New: PROC[CGBandDevice.BandDevice] RETURNS [CGDevice.Ref];

Close: PROC[dev: CGDevice.Ref];

ShowBands: PROC[CGBandDevice.BandDevice];

KillSpace: PROC[];--manually kill space if in trouble

NoPrinter: BOOLEAN;


CGBandImageImpl: PROGRAM;

}. --CGBandImage

LOG
created, 20-Nov-81 14:33:56, by Pier
converted to Cedar 2.2 and new CG,   21-Dec-81 
converted to allow Band Devices, 5-Jan-82
added NoPrinter, 14-Jan-82