To integrate the data here into our project's regression test suite I'm going to fork this repo and add that fork as a submodule to our repo. The fork will exist because we'll want to write the output of the library to the repo alongside the image files, so we can track regressions as git diffs.
The issue I'm experiencing with the data in this repo is that the Pentax/*ist 20DL folder name causes the checkout to fail (on Windows at least) because * is an invalid character in a path name.
To integrate the data here into our project's regression test suite I'm going to fork this repo and add that fork as a submodule to our repo. The fork will exist because we'll want to write the output of the library to the repo alongside the image files, so we can track regressions as git diffs.
I can rename the folder in the fork just fine, but I would prefer to keep the same name to allow easier synching with your upstream. Feel free to close this issue if you prefer to use the correct name in the folder.
Thank you so much for collating and sharing these images for the community 🙏
I am looking to integrate them into our test data suite for the Metadata Extractor project. Others are welcome to use those images as well:
https://github.com/drewnoakes/metadata-extractor-images
To integrate the data here into our project's regression test suite I'm going to fork this repo and add that fork as a submodule to our repo. The fork will exist because we'll want to write the output of the library to the repo alongside the image files, so we can track regressions as git diffs.
The issue I'm experiencing with the data in this repo is that the
Pentax/*ist 20DL
folder name causes the checkout to fail (on Windows at least) because*
is an invalid character in a path name.To integrate the data here into our project's regression test suite I'm going to fork this repo and add that fork as a submodule to our repo. The fork will exist because we'll want to write the output of the library to the repo alongside the image files, so we can track regressions as git diffs.
I can rename the folder in the fork just fine, but I would prefer to keep the same name to allow easier synching with your upstream. Feel free to close this issue if you prefer to use the correct name in the folder.