0

tiffSplit.exe of GnuWin32 library splits tiff images. Is it possible to convert various single page files into multipage tiff with GnuWin32 library?

mrd
  • 2,095
  • 6
  • 23
  • 48

1 Answers1

0

The solution is to use tiffcp:

tiffcp -c lzw <source files> <dest file>

the -c option specifies the compression to use. If you don't use any compression then the file can be significantly larger than the input files if they are compressed.

Anya Shenanigans
  • 91,618
  • 3
  • 107
  • 122