Skip to content

Include all TIFF string bytes in StringValue instances #439

@pdgmdm

Description

@pdgmdm

Hi, sometimes string meta data contains actually a byte array.
I tried to get the data as byte array using
public static byte[]? GetByteArray(this Directory directory, int tagType)
Now it appears the meta data reader creates a StringValue by terminating on first null character.
Is there a work-around to force the tag to be read as byte array ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions