I need to work with TIFF files with multiple images, i.e. multiple IFDs. It looks like the Decoder struct in the tiff crate has the next_image() method, but that's not exposed by this crate's TiffDecoder.
Do I have to use the tiff crate separately, find the IFD I need and then read into an ImageBuffer manually somehow?