Menu

Tree [1b87d8] default tip /
 History

Read Only access


File Date Author Commit
 bin 2018-07-11 Bruno Postle Bruno Postle [83c903] improved align_image_stack parameters, and copy...
 desktop 2019-05-11 Bruno Postle Bruno Postle [954d2b] rename desktop icon
 doc 2017-08-05 Bruno Postle Bruno Postle [6a9756] try and copy gpano tags (untested)
 dos 2017-07-02 Bruno Postle Bruno Postle [6f271c] rename pto2mk2 to pto2mk (Hugin no longer ships...
 lib 2019-05-11 Bruno Postle Bruno Postle [1b87d8] bump version to 0.29 for release
 t 2019-05-11 Bruno Postle Bruno Postle [23585a] fix test for pano_trafo
 .cvsignore 2006-10-24 brunopostle brunopostle [b69cf9] Add Transform() method to rotate script files.
 Changes 2019-05-11 Bruno Postle Bruno Postle [1b87d8] bump version to 0.29 for release
 LICENSE 2011-06-14 brunopostle brunopostle [1c3135] Fix FSF address in LICENSE file
 MANIFEST 2018-06-22 Bruno Postle Bruno Postle [eee8f8] new nona-deshake tool for remapping and deshaki...
 Makefile.PL 2018-06-22 Bruno Postle Bruno Postle [eee8f8] new nona-deshake tool for remapping and deshaki...
 README 2013-05-13 Bruno Postle Bruno Postle [fa46be] update docs

Read Me

Panotools::Script - Panorama Tools scripting
============================================

A perl module for reading, writing and manipulating hugin script files

http://hugin.sourceforge.net/

Usage documentation for this perl module and included command-line tools can be
found on CPAN: http://search.cpan.org/dist/Panotools-Script

Download
--------

The latest stable version of this library can be downloaded from CPAN:
http://search.cpan.org/dist/Panotools-Script

Otherwise you can probably upgrade to the latest stable release with the `cpan'
command-line tool:

  sudo cpan Panotools::Script

The latest development version can be retrieved from the Sourceforge panotools
project via Mercurial:

  hg clone http://hg.code.sf.net/p/panotools/Panotools-Script

..then follow the installation instructions below:

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

To install this module type the following:

  perl Makefile.PL
  make
  make test
  sudo make install


Dependencies
------------

Image::Size
Image::ExifTool
Test::More

Some of the scripts require 'nona', 'freepv', 'panoglview', 'enblend',
'enfuse', and ImageMagick command-line tools.

The various *-gui tools require 'zenity' and will only work on
Linux/unix systems.

TODO
----

* open/save lens profiles


Copyright and licence
---------------------

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

Copyright (C) 2002 Bruno Postle