Struct tiff::encoder::DirectoryEncoder [−][src]
Expand description
Low level interface to encode ifd directories.
You should call finish
on this when you are finished with it.
Encoding can silently fail while this is dropping.
Implementations
Write a single ifd tag.
Write some data to the tiff file, the offset of the data is returned.
This could be used to write tiff strips.
Write out the ifd directory.