hps-0.16: Haskell Postscript

Safe HaskellSafe
LanguageHaskell98

Graphics.PS.Image

Description

Image type and functions.

Synopsis

Documentation

data Image Source #

An image is a rendering of a graph of Paths.

Instances

over :: Image -> Image -> Image Source #

Layer one Image over another.

paths :: Image -> [Path] Source #

List of Paths at Image.