.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "PTTIFF2PSD 1" .TH PTTIFF2PSD 1 2024-02-01 "Version: 2.9.22" "LIBPANO13 TOOLS" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME PTtiff2psd \- Convert a set of TIFF files into a Photoshop PSD file .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBPTtiff2psd\fR [options] \fItiff_file(s)\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBPTtiff2psd\fR is a command-line tool that crops a TIFF image to its bounding rectangle, preserving its original dimensions. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-o\fR \fIfilename\fR" 4 .IX Item "-o filename" Output filename (defaults to \fImerged.psd\fR). .IP "\fB\-b\fR \fIblendingmode\fR" 4 .IX Item "-b blendingmode" Specify blending mode for layers (use \fB\-h\fR to display them). .IP \fB\-s\fR 4 .IX Item "-s" Stack them. .IP \fB\-r\fR 4 .IX Item "-r" Reverse layers. .IP \fB\-f\fR 4 .IX Item "-f" Force processing (do no stop on warning). .IP \fB\-q\fR 4 .IX Item "-q" Quiet run .IP \fB\-h\fR 4 .IX Item "-h" Output help summary. .PP Valid blending modes: .IP \fB0\fR 4 .IX Item "0" Normal .IP \fB1\fR 4 .IX Item "1" Color .IP \fB2\fR 4 .IX Item "2" Darken .IP \fB3\fR 4 .IX Item "3" Difference .IP \fB4\fR 4 .IX Item "4" Dissolve .IP \fB5\fR 4 .IX Item "5" Hard .IP \fB6\fR 4 .IX Item "6" Hue .IP \fB7\fR 4 .IX Item "7" Lighten .IP \fB8\fR 4 .IX Item "8" Luminosity .IP \fB9\fR 4 .IX Item "9" Multiply .IP \fB10\fR 4 .IX Item "10" Overlay .IP \fB11\fR 4 .IX Item "11" Sof .IP \fB12\fR 4 .IX Item "12" Saturation .IP \fB13\fR 4 .IX Item "13" Screen .SH AUTHORS .IX Header "AUTHORS" Panorama Tools was originally created by Professor Helmut Dersch, it's now maintained by Bruno Postle . .PP PTtiff2psd was written by Daniel M German . .PP This manpage was written by Cyril Brulebois and is licensed under the same terms as the libpano13 package itself.