Code

Improved the description of enfuse.
[pkg-enblend.git] / debian / control
index 03cdde2b50e6fa1766d15e1f1a77ca0b7bdb8cd4..701ce46e47530c7202d95cc8b9ac7907644a9ddb 100644 (file)
@@ -1,20 +1,24 @@
 Source: enblend
 Section: graphics
 Priority: optional
-Maintainer: Sebastian Harl <sh@tokkee.org>
-Uploaders: Florent Bayle <fbayle@bigfoot.com>
-Build-Depends: debhelper (>= 5), autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew-dev, libplot-dev
-Standards-Version: 3.7.2
+Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
+Uploaders: Sebastian Harl <sh@tokkee.org>
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew1.5-dev | libglew1.4-dev | libglew-dev, freeglut3-dev, libplot-dev, zlib1g-dev, libjpeg62-dev, libpng12-dev, libopenexr-dev, pkg-config, texinfo
+Standards-Version: 3.8.0
+Homepage: http://enblend.sourceforge.net/
+Vcs-Git: git://git.debian.org/git/pkg-phototools/enblend.git
+Vcs-Browser: http://git.debian.org/?p=pkg-phototools/enblend.git
 
 Package: enblend
 Architecture: any
 Depends: ${shlibs:Depends}
 Recommends: hugin
-Description: image blending tool
+Enhances: hugin
+Description: image blending tools
  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. It can,
- for example, be used to blend blend a panorama composed of several images.
+ for example, be used to blend a panorama composed of several images.
  .
  It uses a Burt & Adelson multi-resolution spline. This technique tries to
  make the seams between the input images invisible. The basic idea is that
@@ -27,9 +31,18 @@ Description: image blending tool
  wide transition zone because any sudden change in color will be immediately
  noticeable.
  .
- Enblend does not align images for you. Use a tool like Hugin or PanoTools to
- do this. The TIFFs produced by these programs are exactly what Enblend is
- designed to work with.
+ Enfuse blends differently exposed images of the same scene into a nice output
+ image, without producing intermediate HDR images that are then tonemapped to a
+ viewable image. This simplified process often works much better and quicker
+ than the currently known tonemapping algorithms.
  .
-  Homepage: http://enblend.sourceforge.net/
+ The exposure blending is done using the Mertens-Kautz-Van Reeth exposure
+ fusion algorithm. The basic idea is that pixels in the input images are
+ weighted according to qualities such as proper exposure, good contrast, and
+ high saturation. These weights determine how much a given pixel will
+ contribute to the final image.
+ .
+ Both Enblend and Enfuse do not align images for you. Use a tool like Hugin or
+ PanoTools to do this. The TIFFs produced by these programs are exactly what
+ Enblend and Enfuse are designed to work with.