
Originally Posted by
sterjeso
Hi,
Is there a way to convert a multi-page tiff file to jpg or png? The only can only convert the first page. Is there a way to convert all the pages or individual page (not just the first page) from a multi-page tiff file to other formats?
Thank you.
ImageMagick can do it.
I primarily use it to build pdf booklets from scans, but it's very versatile.
Code:
"C:\Program Files\ImageMagick-7.1.0-Q16-HDRI\magick" convert "d:\downloads\test\multipage_tiff_example.tif" "d:\downloads\test\%d.jpg"