About

Metadata

  • Last updated , by ChrisYuen
  • License BSD-3-Clause
  • Maintained by: chris@kizzx2.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    prof (off by default)

Readme

Basic Encoding

The encode function and the toArray function are all you need. See Example.hs. You can use ImageMagick to enlarge the symbol and convert to other formats:

$ runhaskell Example.hs
$ convert hello.pgm -bordercolor white -border 4 -scale 300x300 -interpolate integer hello.png

Output:

Example output