[][src]Module qrcode::render

Render a QR code into image.

Modules

image
string

String rendering support.

svg

SVG rendering support.

unicode

UTF-8 rendering, with 2 pixels per symbol.

Structs

Renderer

A QR code renderer. This is a builder type which converts a bool-vector into an image.

Traits

Canvas

Rendering canvas of a QR code image.

Pixel

Abstraction of an image pixel.