Changes between Version 3 and Version 4 of libpipi/examples


Ignore:
Timestamp:
08/25/2008 11:05:41 PM (16 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libpipi/examples

    v3 v4  
    1515Smooth an image while retaining sharp edges:
    1616
    17  `pipi lena.png --dup --median 2 --mean -o image.png`
     17 `pipi monaface.png --dup --median 2 --mean -o image.png`
    1818
    19 [[Image(smooth.png)]]
     19[[Image(monaface.png)]] [[Image(smooth.png)]]
    2020
    2121Apply a poster effect to any image:
     
    2323 `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`
    2424
    25 [[Image(poster.png)]]
     25[[Image(lena.png)]] [[Image(poster.png)]]