Menu

Tree [0ee2d7] default tip /
 History

Read Only access


File Date Author Commit
 bin 2026-07-01 Bruno Postle Bruno Postle [beeb06] nona-deshake: support multi-file templates
 desktop 2019-05-11 Bruno Postle Bruno Postle [5129bd] fix icon file references
 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 2026-07-02 Bruno Postle Bruno Postle [c042e2] Replace grep-regex image lookups with readable ...
 t 2026-07-02 Bruno Postle Bruno Postle [c042e2] Replace grep-regex image lookups with readable ...
 .hgignore 2026-07-01 Bruno Postle Bruno Postle [a97662] swap .cvsignore with .hgignore
 Changes 2019-05-11 Bruno Postle Bruno Postle [64d852] update
 LICENSE 2011-06-14 brunopostle brunopostle [1c3135] Fix FSF address in LICENSE file
 MANIFEST 2026-07-02 Bruno Postle Bruno Postle [0ee2d7] Add missing t/*.t test files to MANIFEST (Panot...
 Makefile.PL 2018-06-22 Bruno Postle Bruno Postle [eee8f8] new nona-deshake tool for remapping and deshaki...
 README 2019-05-11 Bruno Postle Bruno Postle [5129bd] fix icon file references

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 bitbucket via Mercurial:

  hg clone http://bitbucket.org/brunopostle/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