Skip to content

How to find and decode a specific image in a multi-image TIFF file? #2719

@ronjakoi

Description

@ronjakoi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions