Menu

Tree [c093bf] default tip /
 History

Read Only access


File Date Author Commit
 bin 2020-11-02 just-josh just-josh [ce6ea6] Remove -v and -c flag checks from nona-mask
 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 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 [64d852] update
 LICENSE 2011-06-14 brunopostle brunopostle [1c3135] Fix FSF address in LICENSE file
 MANIFEST 2019-05-11 Bruno Postle Bruno Postle [5129bd] fix icon file references
 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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.