Packages

This package converts any hash value, IP address, name into and unique image. The unique image will be the same for the same string

Current section

Files

Jump to
identicon2 lib image.ex
Raw

lib/image.ex

defmodule Identicon.Image do
@moduledoc """
This holds the data structures of our final image
"""
defstruct hex: nil, color: nil, grid: nil, pixel_map: nil
end