Difference between revisions of "PTtiff2psd"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (1 revision(s))
m (added current and new options.)
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
   PTtiff2psd [options] <tiffFiles>+
 
   PTtiff2psd [options] <tiffFiles>+
 
   Options:
 
   Options:
          -o <filename>   Output filename (default merged.psd)
+
Options:
          -m              Add stitching mask
+
        -o <filename>           Output filename (default merged.psd)
          -r             Reverse layers
+
        -b <blendingmode>      Specify blending mode for layers (use -h to display them)
 +
        -f                      Force processing (do not stop at warnings)
 +
        -s                      Stack them
 +
        -q                      Quiet run
 +
        -r                     Reverse layers
 +
        -8                      Reduce image to 8bit per channel
 +
        -B                      Force Big, PSB file format
 +
        -h                      Show this message
 +
 
  
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Mac OS X]]
 
[[Category:Software:Platform:Mac OS X]]
[[Category:Glossary]]
 

Revision as of 23:39, 13 February 2011

PTtiff2psd is a utility to convert a set of TIFF files into a multi-layer PSD file suitable for opening in Photoshop or the Gimp. It was written by Daniel M German. A multi-platform version is now included with the pano12 library available at Sourceforge.

The functionality is similar to Erik Krause's Photoshop stitching actions, except PTtiff2psd is a standalone command-line program.

Many tools such as PTStitcher, nona, PTGui, PTmender and PTblender generate output in the form of multiple TIFF files that can be used as input for PTtiff2psd.

Usage is like so:

 PTtiff2psd [options] <tiffFiles>+
 Options:

Options:

       -o <filename>           Output filename (default merged.psd)
       -b <blendingmode>       Specify blending mode for layers (use -h to display them)
       -f                      Force processing (do not stop at warnings)
       -s                      Stack them
       -q                      Quiet run
       -r                      Reverse layers
       -8                      Reduce image to 8bit per channel
       -B                      Force Big, PSB file format
       -h                      Show this message