Skip to content

QR Code Node #3468

@DallinYauney

Description

@DallinYauney

Novelty QR Codes (rounded corners, graphic overlay in center, gradient mask..) are pretty common nowadays, and they seem well-suited to Graphite's render pipeline, and especially its ImageMagick-style cli workflow. I propose a QR Code Generator node that returns a vector QR Code when given a string, and possibly an "Error Correction" input to specify the general number of extra error correction bits included.

One potential workaround for this is would be to make a web request to some API to generate the QR Code, and load it from there, but this requires either an internet connection (potentially undesirable for an "Offline-first" editor), or else a locally-hosted server, which of course requires extra software to be running on the machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Short-Term

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions