2017.08.30 16:07 "[Tiff] problems saving BigTIFF format", by Paul Hemmer

2017.08.30 16:17 "Re: [Tiff] problems saving BigTIFF format", by Kemp Watson

Is the file you are opening TIFF or BigTIFF? I.e how did you write it?

W. Kemp Watson

kemp@objectivepathology.com

Objective Pathology Services Limited

8250 Lawson Road
Milton, Ontario
Canada L9T 5C6

www.objectivepathology.com
tel. +1 (416) 970-7284

From: <tiff-bounces@lists.maptools.org> on behalf of Paul Hemmer <paulhemmer@hotmail.com>

Is anything other than specifying "w8" in TIFFOpen() required to successfully create a BigTIFF file?

When my dataset is < 4GB and I open with "w" and write the data, I can view the image just fine.

When it is > 4GB and I use "w8" to open, all else the same, then the resulting file cannot be opened by any of the image viewers I can find that are said to support BigTIFF (IMARIS, Nikon Elements, FIJI/BioFormats, and VeryLargeImageViewer)

Is there some other header fields I must add?