plug-in-spread

Spencer Kimball and Peter Mattis
ported by Brian Degenhardt and Federico Mena Quintero

Description

Move pixels around randomly

Help

Spreads the pixels of the specified drawable. Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image (unused)
PF_DRAWABLE drawable Input drawable
PF_FLOAT spread-amount-x Horizontal spread amount (0 <= spread_amount_x <= 200)
PF_FLOAT spread-amount-y Vertical spread amount (0 <= spread_amount_y <= 200)

Return

None