Packages

Eikōn is an Elixir library providing a read-only interface for image files.

Current section

Files

Jump to
eikon lib eikon.ex
Raw

lib/eikon.ex

defmodule Eikon do
@moduledoc """
Eikōn is an Elixir library providing a read-only interface for image files.
It currently supports the following formats:
* PNG
"""
end