= Libpipi examples = A tileable brushed metal texture: `pipi random:256x256 --gray --wrap --blur 10x0 -o image.png` [[Image(brushed.png)]] A tileable neon texture: `pipi random:128x128 --wrap --blur 10 --contrast .98 --tile 256x256 -o image.png` [[Image(neon.png)]] Smooth an image while retaining sharp edges: `pipi monaface.png --dup --median 2 --mean -o image.png` [[Image(monaface.png)]] [[Image(smooth.png)]] Apply a poster effect to any image: `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` [[Image(lena.png)]] [[Image(poster.png)]]