Convert single tiff files listed on txt to a multipage tiff

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rpgomes

Convert single tiff files listed on txt to a multipage tiff

Post by rpgomes »

Hi,

I need to create a batch to convert of a lot of single tiff files into a several multipage tiff files.
I have a tiff list file where are the "separations":

multipage_1.tif | singletif_1.tif | singletif_2.tif | singletif_3.tif | singletif_4.tif
multipage_2.tif | singletif_5.tif | singletif_6.tif
multipage_3.tif | singletif_7.tif | singletif_8.tif | singletif_9.tif

Can you help me preparing a batch convertion using "convert" functionality of ImageMagick?

Thank you in advance
Rui Gomes
Last edited by rpgomes on 2008-07-30T05:51:55-07:00, edited 1 time in total.
rpgomes

Re: Convert single tiff files listed on txt to a multipage tiff

Post by rpgomes »

The txt structure can be anyother else...

Rui Gomes
Post Reply