When we remove the EXIF metadata of some TIFF files, we cannot use the removed files to initialize the Metadata instance, it will throw an exception: GroupDocs.Metadata.Exceptions.GroupDocsMetadataException: 'Image loadi…... using (Metadata metadata = new Metadata(fileInput)) { IExif...} using (Metadata metadata = new Metadata(fileOutput)) // { IExif...