Changes between Version 2 and Version 3 of libpipi/examples


Ignore:
Timestamp:
08/25/2008 10:58:27 PM (16 years ago)
Author:
Sam Hocevar
Comment:

smooth

Legend:

Unmodified
Added
Removed
Modified
  • libpipi/examples

    v2 v3  
    1313[[Image(neon.png)]]
    1414
     15Smooth an image while retaining sharp edges:
     16
     17 `pipi lena.png --dup --median 2 --mean -o image.png`
     18
     19[[Image(smooth.png)]]
     20
    1521Apply a poster effect to any image:
    1622
    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`
    1824
    1925[[Image(poster.png)]]