Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract Thumbnail from tiff file #606

Open
margy82 opened this issue Feb 24, 2023 · 0 comments
Open

Extract Thumbnail from tiff file #606

margy82 opened this issue Feb 24, 2023 · 0 comments

Comments

@margy82
Copy link

margy82 commented Feb 24, 2023

Hi, can you please provide an example for extract the thumbnail from Photoshop tiff metadata?

IEnumerable<MetadataExtractor.Directory> directories = ImageMetadataReader.ReadMetadata("path"); var dir = directories.First(x => x.Name == "Photoshop"); var tagType = dir.Tags.First(x => x.Name == "Thumbnail Data");

I'm able to find the right tag but how can I extract a byte[] from here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant