瀏覽代碼

* 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
remotes/tiles
sam 16 年之前
父節點
當前提交
43e5e3a28d
共有 2 個文件被更改,包括 13 次插入1 次删除
  1. +1
    -1
      Makefile.am
  2. +12
    -0
      NOTES

+ 1
- 1
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


+ 12
- 0
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


Loading…
取消
儲存