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("example.jpg")
iex> |> Gi.gm_identify
%Gi.Image{
animated: false,
dirty: %{},
ext: ".jpg",
format: "JPEG (Joint Photographic Experts Group JFIF format)",
frame_count: 1,
height: 400,
list_command: [],
path: "example.jpg",
width: 300
}