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/
10 lines
250 B
C
10 lines
250 B
C
--- visprint.c.orig Sat Nov 11 18:58:22 2006
|
|
+++ visprint.c Sat Nov 11 18:58:25 2006
|
|
@@ -33,7 +33,6 @@
|
|
#include <string.h>
|
|
#include <fcntl.h>
|
|
#include <png.h>
|
|
-#include <sys/io.h>
|
|
|
|
#define MAX_RES 1000
|
|
#define DEFAULT_RES 300
|