diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
commit | 85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8 (patch) | |
tree | 40f9a4d68692ee3b6941b861193b1a99c70511f1 /graphics/Makefile | |
parent | 65227efa4f8cc550dfd76bb8ad5ab2d283747df9 (diff) | |
download | freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.gz freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.zst freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.zip |
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)
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 |