class Ollama::Image

def for_base64(data, path: nil)

def for_base64(data, path: nil)
  obj = new(data)
  obj.path = path
  obj
end