Difference between revisions of "PTtiff2psd"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (1 revision(s))
(The Gimp -> GIMP (official naming))
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
'''PTtiff2psd''' is a utility to convert a set of [[TIFF]] files into a multi-layer
 
'''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
+
[[PSD]] file suitable for opening in [[Photoshop]] or [[GIMP]].  It was written
 
by Daniel M German.  A multi-platform version is now included with the [[pano12]]
 
by Daniel M German.  A multi-platform version is now included with the [[pano12]]
 
library available at [http://panotools.sf.net/ Sourceforge].
 
library available at [http://panotools.sf.net/ Sourceforge].
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]]
 

Latest revision as of 14:06, 21 November 2022

PTtiff2psd is a utility to convert a set of TIFF files into a multi-layer PSD file suitable for opening in Photoshop or 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