-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
Am I correct that there is currently no way to read (private) IFD Tags like "GpsIFD"? However, the necessary parsing method is already implemented and even the offset of the tag is available (tiff::decoder::ifd::Value::Ifd(offset)).
By extending read_ifd, I would offer to add the missing function pub fn get_tag_ifd(&mut self, tag: Tag) -> TiffResult<tiff::decoder::ifd::Directory>.
Are there any opinions or criticism regarding that plan?
Metadata
Metadata
Assignees
Labels
No labels