Quote:
Originally Posted by BetterRed
It also doesn't do multi-page tiffs - well not in the way I hoped it might, a long shot to see if I could wrangle a slide show into an ePub 
|
AFAIK, hardly any software natively supports multi-page tiffs, but you can easily convert them to single-page tiffs with
ImageMagick:
Code:
convert multipage.tif single%d.tif
(This'll generate single0.tif, single1.tif etc.)