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.