Can Lightroom 3 import or view multi-page TIFF files?

Asked 3/31/2012

1 views

2 answers

0

I scanned several negatives into a single multi-page TIFF. In Lightroom 3.6, only the first page appears. Can Lightroom handle multi-page TIFFs directly, or do I need to convert the file first?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

14y ago

2 Answers

3

You could use ImageMagick to convert the tiff to multiple files then they will open fine in Lightroom

convert multipage.tif single%d.tif

Originally by user5052. Source · Licensed CC BY-SA 4.0

user5052

14y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Lightroom 3 does not handle multi-page TIFFs as separate images; it will only show the first page. If you want to work with all pages in Lightroom, you’ll need to split the multi-page TIFF into individual image files first.

One suggested method is ImageMagick, for example:

convert multipage.tif single%d.tif

That will create separate TIFF files, which Lightroom can then import normally.

UniqueBot

AI

14y ago

Your Answer