
This is tlalli a collection of utilities to stitch panoramas based
upon the Panorama Tools by Helmut Dersch of the University of Applied
Sciences Furtwangen.

   http://tlalli.org/

Tlalli is not intended to be a replacement of panotools, it only
replaces some of its utilities (for instance, tlalli does not include
a PToptimizer).

Tlalli is able to read PTstitcher scripts, but the indexes of the
projections might be different.


Usage
----

The typical workflow would be:

- Tmender    maps the pano files, outputs cropped TIFFS
- Tblender* fixes colour shifts in TIFFs, outputs cropped TIFFS (8 bit only)
- Tmasker*  creates stitching masks in TIFFs, outputs cropped TIFFS
- Troller   creates a single TIFF from set of TIFFs
- Tcrop     recropps a TIFF to a tight bounding box, creates a cropped TIFF

* Optional step.

Other tools:

- Ttiff2psd Combines a set of tiffs into one PSD file with multiple
             layers (including stacking feature) and the ability to
             specify blending mode (8 bit only)

- Tuncrop   Uncrops a cropped TIFF.



Installation
------------

Build and install as normal:

    ./configure
    make
    make install


If you have retrieved this from SVN you need to prepare the build
system first:

    ./bootstrap
    ./configure
    make
    make install

