hps-0.15: Haskell Postscript

Safe HaskellSafe-Inferred
LanguageHaskell98

Graphics.PS.Image

Description

Image type and functions.

Synopsis

Documentation

data Image Source

An image is a rendering of a graph of Paths.

over :: Image -> Image -> Image Source

Layer one Image over another.

paths :: Image -> [Path] Source

List of Paths at Image.