有谁知道 C/C++ Unix QR-Code 库?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/304537/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-27 14:27:59  来源:igfitidea点击:

Does anyone know of a C/C++ Unix QR-Code library?

c++cqr-code

提问by Robert Gould

I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one?

我正在寻找 C/C++ 的二维码库,而不是 Java 或 .Net。有人知道吗?

Note: There was a similar questiona while back however but it didn't get answered properly.

注意:不久前有一个类似的问题,但没有得到正确回答。

回答by Sean Owen

The zxing libraryis primarily Java, but, includes a port of the QR Code detector and decoder to C++.

斑马线库是主要由Java,但是,包括QR码检测器和解码器,以C ++的端口

回答by swex

check out my widely cross platform C port of Psytec QR Image generator https://github.com/swex/QR-Image-embedded

查看我的 Psytec QR 图像生成器的广泛跨平台 C 端口 https://github.com/swex/QR-Image-embedded