1996
Spencer Kimball & Peter Mattis
Convert the image into irregular tiles
Help not yet written for this plug-in
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Input image |
PF_DRAWABLE | drawable | Input drawable |
PF_FLOAT | tile-size | Average diameter of each tile (in pixels) |
PF_FLOAT | tile-height | Apparent height of each tile (in pixels) |
PF_FLOAT | tile-spacing | Inter-tile spacing (in pixels) |
PF_FLOAT | tile-neatness | Deviation from perfectly formed tiles (0.0 - 1.0) |
PF_INT | tile-allow-split | Allows splitting tiles at hard edges |
PF_FLOAT | light-dir | Direction of light-source (in degrees) |
PF_FLOAT | color-variation | Magnitude of random color variations (0.0 - 1.0) |
PF_INT | antialiasing | Enables smoother tile output at the cost of speed |
PF_INT | color-averaging | Tile color based on average of subsumed pixels |
PF_INT | tile-type | Tile geometry { SQUARES (0), HEXAGONS (1), OCTAGONS (2), TRIANGLES (3) } |
PF_INT | tile-surface | Surface characteristics { SMOOTH (0), ROUGH (1) } |
PF_INT | grout-color | Grout color (black/white or fore/background) { BW (0), FG-BG (1) } |
None