View Source QRCodeEx.PNG (QRCodeEx v0.1.1)

Render the QR Code matrix in PNG format

qr_code_content
|> QRCodeEx.encode()
|> QRCodeEx.png()

You can specify the following attributes of the QR code:

  • color: In binary format. The default is <<0, 0, 0>>
  • background_color: In binary format or :transparent. The default is <<255, 255, 255>>
  • width: The width of the QR code in pixel. (the actual size may vary, due to the number of modules in the code)

By default, QR code size will be dynamically generated based on the input string.

Link to this section Summary

Functions

Return the PNG binary representation of the QR Code

Link to this section Functions

Specs

png(QRCodeEx.Matrix.t(), map() | Keyword.t()) :: String.t()

Return the PNG binary representation of the QR Code