TiffLibrary
TiffLibrary copied to clipboard
Using ImageSharp, how to load a tiff image, change meta data and save it with the same encoder settings as the original
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?