Hello,
I’m writing custom software for fast photos renaming GitHub - matrixik/sort-camera-photos: No configuration camera photos sorting
I’m looking for sample RAW photos from many camera manufacturers for testing and adding support to underlying library I use for extracting EXIF data: https://github.com/evanoberholster/exiftool
It’s new and support for many RAW formats is not implemented.
I know there are exif2, exiftool.org or others but I want my tool to be statically linked and self contained so I (or user) could download it to new/clean system and it should work without need to install anything else. Also using only main programing language (Go) for everything make cross compilation to other systems from Linux easy.
I need this image samples to have proper license allowing to store them in library repository as test photo samples.
Do you know if there is any place where I can find that?
Maybe they could be somehow striped down from image data and contain only EXIF data in proper format so they use a lot less place on disk?