Algosim documentation: ScanlineRotation

ScanlineRotation

Returns a pixmap with each row of pixels rotated the same amount.

Syntax

Description

ScanlineRotation(pm, x, d) returns pm with each row (if d = "h") or column (if d = "v") of pixels rotated x pixels. If omitted, d defaults to "h".

Examples

ScanlineRotation(ExampleData("harvestman"), 400)

Image 1

See also