Daniel Helsing
Daniel Helsing
I figured out that you can increase the timeout like this: `response = (*client)(std::move(request), std::chrono::milliseconds(30000)).get();` I feel like this needs to be documented. Is there a reason for the variadic...
Here is a picture with little endian utf16 user comment tag: https://www.dropbox.com/s/6oupzwyyfab0tn3/20190511_083402.jpg?dl=0 Exif SubIFD - User Comment = ?????? Should be: Exif SubIFD - User Comment = Rådjur
It has been awhile but I remember looking at moving the decoding of the tags that use the GetEncodedTextDescription method from the Descriptors to the CustomProcessTag method in the ExifTiffHandler:...