diff --git a/README.md b/README.md index addc810..e8b1e57 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Little script to add date caption to photos from their EXIF data. +![Sample result](sample.png "Sample result") + ## Notes on Exif data There is [ExifRead](https://github.com/ianare/exif-py) or [Exif](https://exif.readthedocs.io/en/latest/index.html) which can also modify exif data (and is tested and documented). diff --git a/sample.png b/sample.png new file mode 100644 index 0000000..1d85f8f Binary files /dev/null and b/sample.png differ