Changes between Version 1 and Version 2 of libpipi/examples


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

a few examples with pipi

Legend:

Unmodified
Added
Removed
Modified
  • libpipi/examples

    v1 v2  
    11= Libpipi examples =
     2
     3A tileable brushed metal texture:
     4
     5 `pipi random:256x256 --gray --wrap --blur 10x0 -o image.png`
     6
     7[[Image(brushed.png)]]
     8
     9A tileable neon texture:
     10
     11 `pipi random:128x128 --wrap --blur 10 --contrast .98 --tile 256x256 -o image.png`
     12
     13[[Image(neon.png)]]
     14
     15Apply 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)]]