title
Products            Buy            Support Forum            Professional            About            Codec Central
 

multi-page TIFF files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sterjeso
    • Sep 2022
    • 2

    multi-page TIFF files

    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.
  • Spoon
    Administrator
    • Apr 2002
    • 43888

    #2
    Re: multi-page TIFF files

    Sorry not possible
    Spoon
    www.dbpoweramp.com

    Comment

    • simbun
      dBpoweramp Guru
      • Apr 2021
      • 443

      #3
      Re: multi-page TIFF files

      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"

      Comment

      • sterjeso
        • Sep 2022
        • 2

        #4
        Re: multi-page TIFF files

        Thank you for the info. Great productand it's free!!!

        Originally posted by simbun
        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"

        Comment

        Working...

        ]]>