Exiftool (exiftool v0.1.0) View Source

Documentation for Exiftool.

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> %Exiftool.Result{} = result
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()