diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-16 09:16:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-16 09:16:46 +0000 |
commit | bc92c41891cfb969d1d1bf9f1c82a44e9deb288a (patch) | |
tree | 5cae2cfa3681939f66f4d5b93afc9f29e1d76b43 /graphics/Makefile | |
parent | 35a003a955c926d504c56301de210dea85171e93 (diff) |
Scan Tailor is an interactive post-processing tool for scanned pages.
It performs operations such as page splitting, deskewing, and removing
garbage. All operations can be done automatically, however it's still
possible to manually correct their results
WWW: http://scantailor.sourceforge.net/
PR: ports/146542
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Notes
Notes:
svn path=/head/; revision=254414
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 6f8366c75263..2480c4eb3dc7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -851,6 +851,7 @@ SUBDIR += sane-epkowa SUBDIR += sane-frontends SUBDIR += scale2x + SUBDIR += scantailor SUBDIR += sced SUBDIR += scr2png SUBDIR += scrot |