Releases: elixir-image/image_qrcode
Releases · elixir-image/image_qrcode
Release list
v0.1.0
[0.1.0] 2026-05-02
Initial release
-
Image.QRCode.encode/2— encodes a string to aVix.Vips.Image.t/0QR code with configurable error-correction level, version range, mask, scale and quiet-zone width. -
Image.QRCode.decode/1— decodes any QR codes in aVix.Vips.Image.t/0, with implicit conversion of arbitrary colourspaces and band formats to single-band 8-bit grayscale. -
NIF binding implemented over the vendored nayuki/QR-Code-generator (encoder, MIT) and dlbeer/quirc (decoder, ISC) C libraries. Both encoder and decoder run on dirty CPU schedulers and are safe under concurrent invocation.
-
Precompiled NIF artefacts published for Linux (gnu/musl × x86_64/aarch64/ armv7), macOS (x86_64/arm64) and Windows (x86_64) via
cc_precompiler.