drewnoakes/metadata-extractor-dotnet
Include all TIFF string bytes in StringValue instances
Aperta
#439 aperta il 20 mag 2025
format-tiffhelp wantedimage-queue
Metriche repository
- Star
- (1059 stelle)
- Metriche merge PR
- (Merge medio 11h 24m) (1 PR mergiata in 30 g)
Descrizione
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 ?