Version 6 (modified by 16 years ago) (diff) | ,
---|
Libpipi examples
A tileable brushed metal texture:
pipi random:256x256 --gray --wrap --blur 10x0 -o image.png
A tileable neon texture:
pipi random:128x128 --wrap --blur 10 --contrast .98 --tile 256x256 -o image.png
A tileable, colourful cloth-like texture:
pipi random:256x256 --wrap --boxblur 30 --autocontrast -o image.png
Smooth an image while retaining sharp edges:
pipi monaface.png --dup --median 2 --mean -o image.png
Apply a poster effect to any image:
pipi lena.png --scale 4 --split --roll 3 --dither halftone:30:45 --roll 3 --dither halftone:30:75 --roll 3 --dither halftone:30:15 --combine --scale .25 -o image.png
Attachments (7)
- brushed.png (29.9 KB) - added by 16 years ago.
- neon.png (75.1 KB) - added by 16 years ago.
- monaface.png (150.3 KB) - added by 16 years ago.
- smooth.png (129.2 KB) - added by 16 years ago.
- lena.png (127.3 KB) - added by 16 years ago.
- cloth.png (108.4 KB) - added by 16 years ago.
- poster.png (110.9 KB) - added by 16 years ago.
Download all attachments as: .zip