1995-1998
Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting
Randomly interchange some pixels with neighbors
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.
unknown
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) |
None