Struct tiff_encoder::IfdChain
source · pub struct IfdChain(_);Expand description
An ordered list of Ifds, each pointing to the next one.
The last Ifd doesn’t point to any other.
Because any IFD could technically point to a next one, in most
functions that one would expect to input an Ifd, its parameters
actually ask for an IfdChain.