TIFF Combine Command Line
Usage: TIFFCombine.exe <source> <destination> <options>
Options:
- -log - Don`t show errors. Write them to the log file
- -list - File with files mask to convert
- -r - Include subfolders
- -s - Resize to <Width>x<Height>
- -rm - Resize method
- n - no resize
- s - stretch
- t - thumbnail
- f - fit
- -tc - Tiff file compression
- unc - uncompressed TIFF
- lzw - LZW compression
- rle - RLE compression (packbits)
- jpg - JPEG compression
- bhc - Bilevel Huffman compression (CCITT1D)
- bgm - Bilevel Group 3 CCITT compression, monodimensional (G3FAX1D)
- bgb - Bilevel Group 3 CCITT compression, bidimensional (G3FAX2D)
- bg4 - Bilevel Group 4 CCITT compression, bidimensional (G4FAX)
- -o - Rotate
- tr - top / right side
- br - bottom / right side
- bl - bottom / left side
- lt - left side / top
- rt - right side / top
- rb - right side / bottom
- lb - left side / bottom
- ue - Use EXIF information
Example:
To combine 1.tif + 2.tif into com.tif as a group 4 use this code
C:\Program Files\Tiff Combine\tiffcombine.exe c:\1.tif c:\2.tif c:\com.tif -tc bg4
Note that -list is used when there is a list of files in a file.