yigolden / TiffLibrary

C# library for decoding and encoding Tag Image File Format (TIFF) files.
MIT License
58 stars 16 forks source link

Using ImageSharp, how to load a tiff image, change meta data and save it with the same encoder settings as the original #12

Open jhwheuer opened 2 years ago

jhwheuer commented 2 years ago

Love the library, just cannot work this question out by myself.

I want to open an image StorageFile, change the metadata of the image, and then store it using the same encoder settings as the original image had used... how can I get my hands on those settings given an ImageSharp Image?