diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-13 02:28:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-13 02:28:20 +0800 |
commit | 44cd1b38d5871678b78e628dadcb61dbd0504b8a (patch) | |
tree | 02c4edfe7292b85093fe4a8ae27f01acb3e2b9ff /graphics/Makefile | |
parent | 9439ffeddc051e6429b8ab3efa901151ad372eb4 (diff) | |
download | freebsd-ports-gnome-44cd1b38d5871678b78e628dadcb61dbd0504b8a.tar.gz freebsd-ports-gnome-44cd1b38d5871678b78e628dadcb61dbd0504b8a.tar.zst freebsd-ports-gnome-44cd1b38d5871678b78e628dadcb61dbd0504b8a.zip |
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
PR: ports/118445
Submitted by: Bapt <baptiste.daroussin at gmail.com>
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 ad1b15f43868..1621c20bfcb6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -377,6 +377,7 @@ SUBDIR += libpano12 SUBDIR += libpano13 SUBDIR += libpcd + SUBDIR += libpuzzle SUBDIR += libqglviewer SUBDIR += libqrencode SUBDIR += librsvg |