<> <> <> <<>> <> <<>> DIRECTORY Imager USING [Context, Rectangle, Transformation], Rope USING [ROPE], TiogaAccess USING [Writer]; ImagerArtwork: CEDAR DEFINITIONS ~ BEGIN Points: PROC RETURNS [Imager.Transformation]; <> WriteArtwork: PROC [writer: TiogaAccess.Writer, action: PROC [Imager.Context], bounds: Imager.Rectangle, m: Imager.Transformation _ NIL, clip: BOOL _ TRUE, fit: BOOL _ FALSE]; <> <> <> <> PasteArtwork: PROC [action: PROC [Imager.Context], bounds: Imager.Rectangle, m: Imager.Transformation _ NIL, clip: BOOL _ TRUE, fit: BOOL _ FALSE]; <> CreateInterpressRope: PROC [action: PROC [Imager.Context], bounds: Imager.Rectangle, m: Imager.Transformation _ NIL, clip: BOOL _ TRUE] RETURNS [Rope.ROPE]; <> END.