Code

03cdde2b50e6fa1766d15e1f1a77ca0b7bdb8cd4
[pkg-enblend.git] / debian / control
1 Source: enblend
2 Section: graphics
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 Uploaders: Florent Bayle <fbayle@bigfoot.com>
6 Build-Depends: debhelper (>= 5), autotools-dev, libtiff4-dev, libboost-dev, liblcms1-dev, libglew-dev, libplot-dev
7 Standards-Version: 3.7.2
9 Package: enblend
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Recommends: hugin
13 Description: image blending tool
14  Enblend is a tool for compositing images. Given a set of images that overlap
15  in some irregular way, Enblend overlays them in such a way that the seam
16  between the images is invisible, or at least very difficult to see. It can,
17  for example, be used to blend blend a panorama composed of several images.
18  .
19  It uses a Burt & Adelson multi-resolution spline. This technique tries to
20  make the seams between the input images invisible. The basic idea is that
21  image features should be blended across a transition zone proportional in
22  size to the spatial frequency of the features. For example, objects like
23  trees and windowpanes have rapid changes in color. By blending these
24  features in a narrow zone, you will not be able to see the seam because the
25  eye already expects to see color changes at the edge of these features.
26  Clouds and sky are the opposite. These features have to be blended across a
27  wide transition zone because any sudden change in color will be immediately
28  noticeable.
29  .
30  Enblend does not align images for you. Use a tool like Hugin or PanoTools to
31  do this. The TIFFs produced by these programs are exactly what Enblend is
32  designed to work with.
33  .
34   Homepage: http://enblend.sourceforge.net/