Skip to content

jschneider1207/ElixirExif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library to parse out exif tags and thumbnail data from jpeg/tiff images.

Installation

If available in Hex, the package can be installed as:

  1. Add elixir_exif to your list of dependencies in mix.exs:
  def deps do
    [{:elixir_exif, "~> 0.1.0"}]
  end

Usage

  {:ok, fields, thumbnail} = ElixirExif.parse_file("path/to/image.jpg")

  {:ok, fields, thumbnail} = ElixirExif.parse_binary(<<image binary>>)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages