source: libpipi/trunk/NOTES @ 2753

Last change on this file since 2753 was 2724, checked in by Sam Hocevar, 15 years ago
  • Add a NOTES file for random notes.
File size: 402 bytes
Line 
1Nothing really exciting in this document, just a few notes about cool
2stuff already in the library and the accompanying examples.
3
4Having fun with pipi
5====================
6
7Convert a picture to black and white using the best available algorithm:
8  $ pipi source.png --dither dbs -o image.png
9
10Generate a brushed metal, tileable pattern:
11  $ pipi pipi:random512x512 --wrap --blur 15x0r15 -o image.png
12
Note: See TracBrowser for help on using the repository browser.