Changes between Version 2 and Version 3 of libpipi/examples
- Timestamp:
- 08/25/2008 10:58:27 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libpipi/examples
v2 v3 13 13 [[Image(neon.png)]] 14 14 15 Smooth an image while retaining sharp edges: 16 17 `pipi lena.png --dup --median 2 --mean -o image.png` 18 19 [[Image(smooth.png)]] 20 15 21 Apply a poster effect to any image: 16 22 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`23 `pipi lena.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 24 19 25 [[Image(poster.png)]]