imagineer v0.3.3 Imagineer View Source

Link to this section Summary

Functions

Loads the file from the given location and processes it into the correct file type. Returns {:ok, image} if successful or {:error, error_message} otherwise

Link to this section Functions

Link to this function load(uri) View Source
load(uri :: binary()) :: {:ok, %{}} | {:error, binary()}

Loads the file from the given location and processes it into the correct file type. Returns {:ok, image} if successful or {:error, error_message} otherwise

Link to this function write(image, destination) View Source