Add support for QR Code Logo #202
Answered
by
terryburton
bejeweledone
asked this question in
Questions and Answers
|
I don't see in the QR code parameters where there is the ability to include a logo image. Am I missing something or is this not yet available? |
Answered by
terryburton
Aug 30, 2022
Replies: 1 comment 4 replies
|
On principle, since a logo image is not part of the QR Code specification and is therefore not something that a fundamental barcode symbol generation engine should facilitate. Pragmatically, it's not clear to me what benefit having such a feature in a symbol generation library provides over simply post-processing the generated image? One tool with one job, then separate the different tasks between tools. |
4 replies
Answer selected by
bejeweledone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On principle, since a logo image is not part of the QR Code specification and is therefore not something that a fundamental barcode symbol generation engine should facilitate.
Pragmatically, it's not clear to me what benefit having such a feature in a symbol generation library provides over simply post-processing the generated image? One tool with one job, then separate the different tasks between tools.