imagineer v0.3.1 Imagineer

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

Functions

load(uri)
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

write(image, destination)