Exiftool (exiftool v0.2.0) View Source

Exiftool reads exif data from files into a map.

Link to this section Summary

Functions

Run the exiftool

parse_result/1 transforms exiftool output into exif data map.

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"
Link to this function

parse_result(raw_output)

View Source

Specs

parse_result(binary()) :: Exiftool.Result.t()

parse_result/1 transforms exiftool output into exif data map.