diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-17 20:35:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-17 20:35:24 +0000 |
commit | ee6bb3d0ff4e5e7e7e76ad5f61466607ccc80b1e (patch) | |
tree | 40e89cae84bce81ea3c4e44504204a764c297dc9 /graphics/Makefile | |
parent | Update to 10.10 (diff) |
Add enblend
Enblend is a tool for compositing images. Given a set of images that
overlap in some irregular way, Enblend overlays them in such a way that
the seam between the images is invisible, or at least very difficult to
see. Enblend does not line up the images for you. Use a tool like Hugin
to do that.
PR: ports/71992
Submitted by: cartola@openit.com.br
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=121832
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 f5fc25f584b0..46243552e90c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -72,6 +72,7 @@ SUBDIR += dynamechs SUBDIR += ecg2png SUBDIR += electriceyes + SUBDIR += enblend SUBDIR += enfle SUBDIR += entice SUBDIR += eog2 |