Gi.Image (Gi v0.2.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Gi.Image{
  animated: boolean(),
  dirty: %{required(atom()) => any()},
  ext: binary(),
  format: binary(),
  frame_count: integer(),
  height: integer(),
  list_command: [
    %Gi.Command{command: term(), param: term(), sub_command: term()}
  ],
  path: binary(),
  width: integer()
}

Link to this section Functions

Link to this macro

is_image(value)

View Source (macro)