Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ptblender(1) [debian man page]

PTBLENDER(1)							  LIBPANO13 TOOLS						      PTBLENDER(1)

NAME
PTblender - Colour and brightness correction of panoramas SYNOPSIS
PTblender [options] tiff_file(s) DESCRIPTION
PTblender is a command-line tool that only implements the colour and brightness correction functionality of PTmender. OPTIONS
-p prefix Prefix for output filename. Defaults to blended%4d. -k index Index of the image to use as a reference (0-based, defaults to 0). -t [0,1,2] Type of colour correction: 0 full (default), 1 brightness only, 2 colour only. -c Output curves smooth (output one per each corrected file). -m Output curves arbitrary map (output one per each corrected file). -f Force processing (ignore warnings). -x Delete source files (use with care). -q Quiet run. -h Output help summary. SEE ALSO
<http://wiki.panotools.org/PTblender>, PTmender(1) AUTHORS
Panorama Tools was originally created by Professor Helmut Dersch, it's now maintained by Bruno Postle <bruno@postle.net>. PTblender was written by Daniel M German <dmgerman@uvic.ca>. This manpage was written by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> and is licensed under the same terms as the libpano13 pack- age itself. 2.9.18 2008-01-22 PTBLENDER(1)

Check Out this Related Man Page

PTMENDER(1)							  LIBPANO13 TOOLS						       PTMENDER(1)

NAME
PTmender - Replacement for PTStitcher SYNOPSIS
PTmender [options] script_filename images DESCRIPTION
PTmender is a replacement for Professor Helmut Dersch's PTStitcher. Most useful features of PTStitcher have already been implemented, par- ticularly: o Compatibility with existing command line and script usage o Colour and brightness correction o Multiple TIFF output o PSD output with layer masks o Flattened TIFF, JPEG and PNG output There is also new useful features not available in PTStitcher: o Cropped TIFF output o LZW compression of TIFF output Features that haven't been implemented: o Support for VRML, PICT, QTVR, IVR o Support for other-than-rectilinear lenses such as fisheyes o Probably lots of other stuff OPTIONS
-o prefix Prefix for output filename, defaults to pano. -q Quiet run -h Output help summary. -s Sort the filenames provided on the command line in lexicographical order (and only on the command line) If no images are specified on the command line, then the "i" lines are used. If "i" lines do not contain a valid filename then the "o" lines are used. AUTHORS
Panorama Tools was originally created by Professor Helmut Dersch, it's now maintained by Bruno Postle <bruno@postle.net>. PTmender was written by Daniel M German <dmgerman@uvic.ca>. This manpage was written by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> and is licensed under the same terms as the libpano13 pack- age itself. 2.9.18 2008-01-22 PTMENDER(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VI command for File Please

I have a file with numbers like: 2235900 2234500 2220000 22300 235700 2200 0 and I need a search and replace to change the number to a 3 place decimal... like this : 2235.900 2234.500 2220.000 22.300 235.700 2.200 (12 Replies)
Discussion started by: $Circle$
12 Replies

2. Shell Programming and Scripting

How to get a value from a file and serach that value filename in a dir?

buddies, my requirement would be as follows, I have a file called test.txt and content of it would be yahoo gmail hotmail and i want to search a file name called "yahoo.html" (first line of test.txt) and then "gmail.html" and then "hotmail.html" in a /home/test dir. Any idea... (8 Replies)
Discussion started by: natraj005
8 Replies