/exif_json

Primary LanguageDockerfile

exif_json

Docker Cloud build status Docker Pulls Docker Cloud Automated build

dockeri.co

Description

Output image file metadata json.

Please contact me anytime if you have a problem or request! My information is posted at the bottom of this document.

Demo

Requirements

Installation

You do not need to install !

Usage

It passes the data to the Docker container via standard input and outputs the metadata.

To use remote file

$ curl -o - https://raw.githubusercontent.com/ianare/exif-samples/master/jpg/Canon_40D.jpg \
  | docker run --rm -i genzouw/exif_json

To use local file

$ cat Canon_40D.jpg \
  | docker run --rm -i genzouw/exif_json

I recommend that you set the following alias in ~/.*rc.

$ alias exif_json='docker run --rm -i genzouw/exif_json'

# Use alias
$ cat Canon_40D.jpg | exif_json

Relase Note

date version note
2020-05-10 0.1 first release.

License

This software is released under the MIT License, see LICENSE.

Contribution

Help

Got a question ?

File a Github issue, send an email to genzouw@gmail.com or tweet to @genzouw on Twitter.

Author Information

genzouw