An open API service indexing awesome lists of open source software.

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

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
```