overlay

Categories: Image procedures , Compound image procedures

Documentation

;;; (overlay img1 ... imgn [description]) -> image?
;;;   img1 : image?
;;;   img2 : image?
;;;   ...
;;;   imgn : image?
;;;   description : string?
;;; Overlay `img1` through `imgn` on top of each other, keeping them centered
;;; on each other.

Examples

Forthcoming

Tests

Forthcoming

See also

Forthcoming

Questions

Forthcoming