EQRCode v0.1.0 EQRCode View Source
QR Code implementation in Elixir.
Spec:
- Version: 1 - 7
- ECC level: L
- Encoding mode: Byte
References:
- ISO/IEC 18004:2006(E)
- http://www.thonky.com/qr-code-tutorial/
Link to this section Summary
Link to this section Functions
Encode the binary.
Link to this function
encode(bin, bits)
View Source
encode(binary(), bitstring()) :: EQRCode.Matrix.t()
Encode the binary with custom pattern bits. Only supports version 5.