https://github.com/mostlygeek/exif-metadata
fake (tiny) images with exif metadata for testing purposes without all the bulk
https://github.com/mostlygeek/exif-metadata
Last synced: 6 months ago
JSON representation
fake (tiny) images with exif metadata for testing purposes without all the bulk
- Host: GitHub
- URL: https://github.com/mostlygeek/exif-metadata
- Owner: mostlygeek
- Created: 2018-08-05T21:54:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T18:07:38.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T11:18:43.523Z (about 1 year ago)
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is test data for exiftool to extract metadata without all the extra image data :)
## Files:
| filename | Description |
| --- | --- |
| raw.jpg | copy metadata from jpeg sources into this |
| raw.png | copy metadata from png sources into this |
| disney.jpg | metadata from a photo I took at Disneyland |
| disney.mov | metadata from video I took at Disneyland |
## Copying Metadata
[source](http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=3440.0)
```
> cp raw.jpg new.jpg
> exiftool -TagsFromFile "path/to/source" new.jpg
```