Changes between Version 1 and Version 2 of libpipi/examples
- Timestamp:
- 08/25/2008 10:34:23 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libpipi/examples
v1 v2 1 1 = Libpipi examples = 2 3 A tileable brushed metal texture: 4 5 `pipi random:256x256 --gray --wrap --blur 10x0 -o image.png` 6 7 [[Image(brushed.png)]] 8 9 A tileable neon texture: 10 11 `pipi random:128x128 --wrap --blur 10 --contrast .98 --tile 256x256 -o image.png` 12 13 [[Image(neon.png)]] 14 15 Apply a poster effect to any image: 16 17 `pipi ~/lenna.png --scale 4 --split --roll 3 --dither halftone:20 --roll 3 --dither halftone:20:30 --roll 3 --dither halftone:20:60 --combine --scale .25 -o image.png` 18 19 [[Image(poster.png)]]