I thought Adobe Photoshop could do everything, but apparently it cannot read multipage TIFF files.

I have a TIFF file with four pages, and I need to edit one of the pages. Windows Picture Viewer can print all four pages, but cannot split them. Anyone know how I can split the original TIFF into four separate images suitable for editing?

The Google search for "free tiff splitter windows" returns lots of suspicious looking downloads.

link|improve this question

40% accept rate
JUST USE GIMP! it should come with a preinstalled TIFF images plugin that can seperate them! :D – user102363 Oct 21 '11 at 2:28
feedback

7 Answers

up vote 25 down vote accepted

The King of image transformation software is Image Magick. You can use this to do most image translations / conversions, and it's a respected (and therefore as safe) as these things can be.

It's a command line tool, but more powerful for that. At a command prompt, simply type ...

convert multipage.tif single%d.tif

to create multiple tif files.

link|improve this answer
+1 learned something new again – Jacco Sep 23 '09 at 10:19
Just keep in mind that the other convert program may be earlier in your path and thus called from the above code. What does it do? It converts a FAT volume to NTFS. So be aware. – Pat Apr 30 at 0:40
feedback

Microsoft Office Document Imaging (MODI) can split a TIFF using the Page>Move pages to a new file option (select pages you want to split out from the original file first).

MODI is installed as part of Office 2003, and although I believe a version was included with office XP/2002, I think it was an optional install and may not have the TIFF writer necessary to carry out this task (can't test here, sorry!).

link|improve this answer
feedback

If you have PDF writing software installed, you can convert the multi-page TIFF to PDF and open that in Photoshop. Photoshop will then give previews of the various pages and let you select one or more to open.

If your PDF software won't do this, you can convert the TIFF for free at acrobat.com (requires a free registration).

link|improve this answer
feedback

There is a free Tiff Splitter:

A simple WinForms app that opens a multi-page tiff file and saves all pages as individual tiff files. The input file can be selected through file browsing, or drag-and-dropped from the File Explorer.

Requires .NET 4.0 / Tested on Windows 7

link|improve this answer
Welcome to Super User! If you're affiliated, then please use the "edit" link to tell us about that. Thanks! – Arjan Feb 7 '11 at 17:43
feedback

I would suggest Tiff Splitter. It's free, works well for me, has no spyware, and good reviews.

link|improve this answer
feedback

Install Imagistik Image Viewer (freeware).

Open the multi page TIFF file and choose: File > Convert to TIFF, GIF, PNG etc. > Convert Current Page... > Save as ...

link|improve this answer
feedback

Very simple.Just go to below link,Download software and split the pages

http://www.a-pdf.com/faq/how-can-i-break-multipage-tiff-file-to-separate-files.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.