The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 PNG 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 same terms as Perl itself.

See Also

http://panotools.sourceforge.net/

Author

Bruno Postle, <bruno (at) postle.net>