exif-samples
exif-samples copied to clipboard
Sample images for testing Exif metadata retrieval.
how to use windows 10
added heic image folder with two images
I filed a bug report towards Exiv2 https://github.com/Exiv2/exiv2/issues/1589 with these two files. It seems the exif metadata was modified by a tool that didn't update correctly the canon makernote. -...
License
A hairy issue ... what is the license for this repo? Presumably the images come from various sources, with different licenses. Store licenses in the exif? ;-)
The tiff images are demonstrating ICC profiles, not EXIF. I need TIFF with EXIF inside. ``` #define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */ /* tag 34750 is...
This PR addresses the issue where adding images to the repository without updating the dump file breaks the tests for exifread. **Key Changes:** - Added a Makefile to replicate the...