plug-in-randomize-pick

Miles O'Neal <meo@rru.com>

Description

Randomly interchange some pixels with neighbors

Help

This plug-in replaces a pixel with a random adjacent pixel. You may select the percentage of pixels to modify and the number of times to repeat the process.


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 rndm-pct Randomization percentage (1.0 - 100.0)
PF_FLOAT rndm-rcount Repeat count (1.0 - 100.0)
PF_INT randomize Use random seed { TRUE, FALSE }
PF_INT seed Seed value (used only if randomize is FALSE)

Return

None