-
-
11 May 2019 19:24:26 UTC
- Distribution: Panotools-Script
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (409 / 0 / 0)
- Kwalitee
Bus factor: 0- 67.49% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (160.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- File::Copy
- File::Spec
- File::Temp
- Getopt::Long
- Getopt::Std
- Image::ExifTool
- Image::Size
- LWP::UserAgent
- Math::Trig
- Pod::Usage
- Storable
- Test::More
- URI
- bytes
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
cubic2erect - Utility to convert six cube faces to equirectangular
Synopsis
cubic2erect front.tif right.tif back.tif left.tif up.tif down.tif equirectangular.tif
DESCRIPTION
'cubic2erect' is a command-line utility program for converting six cube faces to a single TIFF format equirectangular file suitable for viewing with 'panoglview'.
Input files must be JPEG, PPM or TIFF format, output is in TIFF format.
Calling syntax
cubic2erect <front> <right> <back> <left> <up> <down> <TIFF-file>
License
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.
See Also
http://panotools.sourceforge.net/
Author
Bruno Postle, <bruno (at) postle.net>
Module Install Instructions
To install Panotools::Script, copy and paste the appropriate command in to your terminal.
cpanm Panotools::Script
perl -MCPAN -e shell install Panotools::Script
For more information on module installation, please visit the detailed CPAN module installation guide.