I\'ve found, via Google, numerous people asking the same question, but no solutions. The Python Image Library (PIL) has tools for stepping through an already existing multi
You can use ImageMagick for this (available on Unix and Windows). A linux shell command would be
$ convert *.tif multipage.tif
where *.tif are all your individual tif files.