1997
Brian Degenhardt
Shift each row of pixels by a random amount
Shifts the pixels of the specified drawable. Each row will be displaced a random value of pixels.
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_INT | shift-amount | shift amount (0 <= shift_amount_x <= 200) |
PF_INT | orientation | vertical, horizontal orientation |
None