title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 4 of 4

Thread: multi-page TIFF files

  1. #1

    Join Date
    Sep 2022
    Posts
    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.

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: multi-page TIFF files

    Sorry not possible

  3. #3
    dBpoweramp Guru
    Join Date
    Apr 2021
    Posts
    441

    Re: multi-page TIFF files

    Quote Originally Posted by sterjeso View Post
    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"

  4. #4

    Join Date
    Sep 2022
    Posts
    2

    Cool Re: multi-page TIFF files

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

    Quote Originally Posted by simbun View Post
    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"

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •