Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
您可以尝试http://www.unitaglive.com/qrcode。
它允许多种内容类型和大量定制,包括更改眼睛的颜色;使用图像作为背景;多种款式;阴影;冗余;等等,还允许您使用徽标,并且基于免费增值商业模式。免费计划无需注册
You can try http://www.unitaglive.com/qrcode.
It allows many content types and heavy customization, including changing the color of the eyes; using an image as the background; many styles; shadow; redundancy; and more, also allows you to use a logo and is based off a freemium business model. The free plan has no signup
这是一个将生成 QR 码的网站,其中您的图像实际上嵌入为 QR 码的一部分,没有纠错。
http://research.swtch.com/qr/draw
有一些关于它是如何进行的信息如果您想自行实现自动化逻辑,请在此处完成。
http://research.swtch.com/qart
Here is a site that will generate a QR code with your image actually embedded as part of the QR code, no error correction.
http://research.swtch.com/qr/draw
There is some information about how it is done here if you wanted to look into implementing the logic yourself for automation.
http://research.swtch.com/qart
http://beqrious.com/generator 然后是图形选项卡
http://beqrious.com/generator and then the graphical tab
我创建了一个视频,展示如何使用开源 C# 库创建 QR 码,然后将您选择的徽标上传/嵌入到 QR 码中:
http://markhagan.me/Samples/Create_QR_Code_With_Logo_ASPNet
该视频只有 10 分钟长,结果是一个可以工作的 QR 码生成器。如果您不想花十分钟,这里是源代码:
首页:
和代码隐藏:
I created a video showing how to use an open-source c# library to create a QR Code and then upload/embed a logo of your choosing into the QR Code:
http://markhagan.me/Samples/Create_QR_Code_With_Logo_ASPNet
The video is only 10 minutes long and the result is a working QR Code generator. In case you don't care to spend the ten minutes, here is the source code:
The front page:
And the code-behind:
您可能需要查看 http ://contentdeveloper.com/2010/01/how-to-customize-qr-codes-with-your-brands-identity/(几天前我读过一些其他文章,但我可以找不到它们,尽管这也应该有效)...此外,我读到的一些内容建议使用最高的纠错级别。这样,条形码中的更多数据只是纠错数据。您可以放心覆盖此内容,只要您意识到如果条形码的其余部分损坏,您可能无法恢复数据。
不幸的是,这只会涉及大量的试验和错误。
祝你好运!
编辑:抱歉,我刚刚读到您希望它自动生成而不是编辑图像。
You may want to look at http://contentdeveloper.com/2010/01/how-to-customize-qr-codes-with-your-brands-identity/ (there were some other articles I read just a couple nights ago, but I can't find them, though this should work as well)...also, something I read suggested using the highest error correction level. This way, more of the data in the barcode is merely error-correction data. You can overwrite this with no worries, as long as you realize that if the rest of the barcode gets damaged, you may not be able to recover the data.
Unfortunately, it's just going to involve a bunch of trial and error.
Good luck!
EDIT: Sorry, I just read that you wanted it generated automatically rather than editing the image.
您还可以通过 LogoGrab 直接使用您的徽标。只需在 http://www.logograb.com/upload 上传您的徽标,链接您想要的任何内容您的徽标,让您的客户无论在哪里看到您的徽标都可以扫描它。
You can also use directly your logo with LogoGrab. Just upload your logo at http://www.logograb.com/upload, link any content you wish to your logo and let your customers scan your logo wherever they see it.
看看以下网站。它们允许您上传徽标或图形,并将其自动嵌入到二维码中。它们还支持颜色变化。
我相信 QR4 网站正在开发 API,以允许其他人在其网站中提供相同的服务。
希望以上链接有助于解决您的问题。
Have a look at the following sites. They allow you upload a logo or graphic and have it automatically embedded in the QR code. They also support color changes.
I believe the QR4 site is working on an API to allow others to offer the same services in their websites.
Hope the above links help in solving your problem.