From 43e5e3a28d1745fb6059ef9a6a912737db56ae38 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 16 Aug 2008 00:53:42 +0000 Subject: [PATCH] * Add a NOTES file for random notes. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2724 92316355-f0b4-4df1-b90c-862c8a59935f --- Makefile.am | 2 +- NOTES | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 NOTES diff --git a/Makefile.am b/Makefile.am index 8f560a3..d4ba5c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ SUBDIRS = pipi src genethumb examples test -EXTRA_DIST = bootstrap common.h +EXTRA_DIST = bootstrap common.h NOTES AUTOMAKE_OPTIONS = dist-bzip2 diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..87b1085 --- /dev/null +++ b/NOTES @@ -0,0 +1,12 @@ +Nothing really exciting in this document, just a few notes about cool +stuff already in the library and the accompanying examples. + +Having fun with pipi +==================== + +Convert a picture to black and white using the best available algorithm: + $ pipi source.png --dither dbs -o image.png + +Generate a brushed metal, tileable pattern: + $ pipi pipi:random512x512 --wrap --blur 15x0r15 -o image.png +