qrcode-juicypixels

Please see the README on GitHub at https://github.com/alexkazik/qrcode/qrcode-juicypixels#readme


Keywords
library, mit, Propose Tags , https://github.com/alexkazik/qrcode/qrcode-juicypixels#readme, Skip to Readme, , Index, Quick Jump, Codec.QRCode.JuicyPixels, qrcode-juicypixels-0.8.5.tar.gz, browse, Package description, Package maintainers, alexkazik, edit package information , 0.8.0
License
MIT
Install
cabal install qrcode-juicypixels-0.8.2

Documentation

qrcode

QR code library in pure Haskell

qrcode-core

Basic functionality to create a QRCode.

All modes are supported:

  • Numeric (digits only)
  • Alphanumeric (digits, letters and some other chars)
  • Binary / Text (ISO 8859-1 and UTF-8)
  • Kanji

There are function to create those specifically and an auto-detect.

The module Codec.QRCode has functions which creates an image out of the input.

The module Codec.QRCode.Intermediate has functions to create segments of a QRCode, join them together and finally create the image.

The core of the resulting image is an Vector of Bools, each element describing a module ("pixel") where False is white and True is black.

qrcode-juicypixels

This package adds a function to convert the QRCode into a JuicyPixels image. And some to create a data url containing the QRCode as a PNG.