I’ve read the TIFF file specification provided by Adobe, but I couldn’t find any standards related to:
-
If it’s better/more accepted to put IFDs immediately following the image data they describe/immediately preceding the image data they describe/all together at the top with image data below/etc.
-
How many rows to put in each strip. Is there generally a good number? If it’s a multi-plane image, would it be okay to make each strip just hold all the rows in that particular image plane?
The reason I ask is because I’m programming some Java to make a TIFF file.
I think it doesn’t matter where you put the IFDs provided you follow the spec (because a TIFF reader/writer should be using the spec to find them).
When I wrote some TIFF files, I did: