https://github.com/shavit/exiftool
Elixir exiftool wrapper
https://github.com/shavit/exiftool
exif-data exif-data-extraction exif-reader exiftool
Last synced: 3 months ago
JSON representation
Elixir exiftool wrapper
- Host: GitHub
- URL: https://github.com/shavit/exiftool
- Owner: shavit
- Created: 2018-08-01T01:48:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T07:15:44.000Z (about 2 years ago)
- Last Synced: 2025-02-24T04:17:13.734Z (3 months ago)
- Topics: exif-data, exif-data-extraction, exif-reader, exiftool
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exiftool
[](https://travis-ci.org/shavit/exiftool)
Elixir library for the [exiftool](https://www.sno.phy.queensu.ca/~phil/exiftool)
Usage
```
iex> Exiftool.execute([file_path])
{:ok, result}
```## Installation
If [available in Hex](https://hexdocs.pm/exiftool), the package can be installed
by adding `exiftool` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:exiftool, "~> 0.2.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm/exiftool). Once published, the docs can
be found at [https://hexdocs.pm/exiftool](https://hexdocs.pm/exiftool).