Gi.gm_identify

You're seeing just the function gm_identify, go back to Gi module for more information.

Specs

gm_identify(Gi.Image.t()) :: Gi.Image.t()

Get information of image.

Example

iex>  Gi.open("test/example.jpg")
...>  |> Gi.gm_identify
%Gi.Image{
  animated: false,
  dirty: %{},
  ext: ".jpg",
  format: "JPEG (Joint Photographic Experts Group JFIF format)",
  frame_count: 1,
  height: 312,
  list_command: [],
  path: "test/example.jpg",
  width: 820
}