Packages

Idicon can be used to produce 1x1 to 10x10 user identifiable unique icons, also known as identicons. These are similar to the default icons used with github. Idicon supports identicons in svg, png, or raw_bitmap, with custom padding.

Current section

Files

Jump to
idicon lib image.ex
Raw

lib/image.ex

defmodule Identicon.Image do
defstruct hex: nil, color: nil, grid: nil, pixel_map: nil
end