From 3247286a7eba9440a7cdd56733fb92763b91a6df Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 13 Sep 2019 13:18:42 +0200 Subject: [PATCH] added info about exiftool --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f375a6a..b5d4c94 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ packages: * [github.com/threatstack/libmagic](https://github.com/threatstack/libmagic) * [pillow.readthedocs.io](https://pillow.readthedocs.io/en/5.3.x/installation.html#external-libraries) +### Optional requirements + +If you wish to use the `--caption` flag to add image captions read from EXIF comment metadata you will need a utility called `exiftool`. + +You can install it via your package manager. For other options please consult the website: [https://www.sno.phy.queensu.ca/~phil/exiftool/](https://www.sno.phy.queensu.ca/~phil/exiftool/) + + ## Install It ```bash