/stripexif

Utility which allows me to strip exif tags before uploading photos to social media

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

stripexif

Utility which allows me to strip exif tags before uploading photos to social media

Originally, I'd have liked this script to by JVM based to allow portability, so I endeavoured to use Apache Commons Imaging to strip the tags. However, I discovered and reported this issue that prevented this approach. I subsequently retreated back to wrapping Exifinfo via Docker.

Installation

Clone from Github

$ git clone git@github.com:paulspencerwilliams/stripexif.git

Build Docker file

$  docker build -t exiftool .

Usage

$ clojure -M:run-m

To verify change use this command $ docker run -v "$PWD":/tmp exiftool /tmp/a.jpg /tmp/b.jpg -G1 -w txt $ diff a.txt b.txt

License

Copyright © 2021 Will

EPLv1.0 is just the default for projects generated by clj-new: you are not required to open source this project, nor are you required to use EPLv1.0! Feel free to remove or change the LICENSE file and remove or update this section of the README.md file!

Distributed under the Eclipse Public License version 1.0.