Exiftool (exiftool v0.2.0) View Source
Exiftool reads exif data from files into a map.
Link to this section Summary
Link to this section Functions
Run the exiftool
Examples
iex> {:ok, result} = Exiftool.execute(["test/fixtures/image-1.jpeg"])
iex> result["file_type_extension"]
"jpg"
iex> result["jfif_version"]
"1.01"
Specs
parse_result(binary()) :: Exiftool.Result.t()
parse_result/1 transforms exiftool output into exif data map.