View Single Post
Old 04-27-2017, 04:40 AM   #17
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,891
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Doitsu View Post
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.)
Heaps of software supports reading multipage toffs - Vliv, XNView, HoneyView, JPEGView, Fastone, FreeVimager are a few freebies I know of. Irfanview will create and edit (add, remove, reorder) them, and The Advanced TIFF Editor (payware) will do almost anything with them, and ImageMagik of course

I didn't really expect my slideshow in an ePub idea to work, but I happened to have a multi-page tiff in the plugin's sights so I thought - why not

BR

Last edited by BetterRed; 04-27-2017 at 04:43 AM.
BetterRed is offline   Reply With Quote