class Ollama::Image

def for_io(io, path: nil)

def for_io(io, path: nil)
  path ||= io.path
  for_string(io.read, path:)
end