diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-11 16:12:32 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-11 16:12:32 +0000 |
commit | 6c283f47a995a99768efcb8c38b7dd24df0eeb31 (patch) | |
tree | 856e76831ccee93f5dc9d3193625005edb7e3612 /graphics/Makefile | |
parent | 4907ff8ace293133fc1ea55ef2926ad74d763631 (diff) | |
download | ports-6c283f47a995a99768efcb8c38b7dd24df0eeb31.tar.gz ports-6c283f47a995a99768efcb8c38b7dd24df0eeb31.zip |
- Add port for graphics/visprint
Visprint makes fractal fingerprint png images based on the contents of any
file. The image will be different for almost every file with even slightly
different contents. Visprint uses the IFS fractal generation process,
pioneered by Michael Barnsley. It is a way to create images which are
self-similar to infinite depths. In other words, the picture is made up of
smaller versions of itself.
Author: Goiz "Samhain" <hackerbunny@tastyrabbit.net>
WWW: http://www.tastyrabbit.net/visprint/
Notes
Notes:
svn path=/head/; revision=177058
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 993c5cd5878e..048e91677b25 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -664,6 +664,7 @@ SUBDIR += vigra SUBDIR += vips SUBDIR += visionegg + SUBDIR += visprint SUBDIR += vp SUBDIR += vvv SUBDIR += whirlgif |