我们可以调整二维码的大小吗?

发布于 2024-11-10 05:48:50 字数 93 浏览 2 评论 0原文

有谁知道我们是否可以通过使用适当的矢量程序轻松调整 QR 码的大小,或者该代码中是否包含大小信息,因此,我们将无法在不更改代码的情况下调整大小?

提前致谢。

Does anyone know if we can resize a QR-Code easily by using a proper vector program OR, is the size information contained on that code, hence, we will not be able to resize without changing the code ?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

极度宠爱 2024-11-17 05:48:50

您可以根据需要调整大小。信息以数据的模式编码,而不是以点本身的大小编码。只要扫描仪能够正确分辨明暗,QR 码就应该可以在任何尺寸下读取。

You can resize as much as you want. The information is encoded in the pattern of the data, not in the size of the dots themselves. As long as a scanner can resolve properly between light/dark, the QR code should be readable at any size.

初相遇 2024-11-17 05:48:50

2016 年更新:如果有人碰巧需要在某种浏览器/网络视图中放大 QR 码图像 - 您可能会使用简单的 CSS 属性:

img {
    image-rendering: pixelated;
}

这样放大后的图像保持清晰。

请在此处查看比较:http://codepen.io/erkkit/pen/GodxGX

Update 2016: If someone happens to need to upscale a QR code image in some sort of browser/webview - you might get away with a simple CSS property:

img {
    image-rendering: pixelated;
}

This way the upscaled image stays sharp.

See a comparison here: http://codepen.io/erkkit/pen/GodxGX

淡忘如思 2024-11-17 05:48:50

对于用于打印/发布的高分辨率(矢量图像)QR 码:

  1. 获取免费的 QR 码
  2. 右键单击​​并保存或截屏 QR 码
  3. 在 Photoshop 中打开/插入它,裁剪 QR 码,然后另存为 *.psd 文件(默认 Photoshop 格式)
  4. 使用 Adob​​e Illustrator 打开该 *.psd 文件 – 您将获得矢量 QR 码。完毕! :)

For high resolution (vector image) QR code for printing/publishing:

  1. Get your free QR code
  2. Right-click-and-save OR PrintScreen the QR code
  3. Open/insert it in Photoshop, crop the QR code, and save as *.psd file (default Photoshop format)
  4. Open that *.psd file with Adobe Illustrator – and you get the vector QR code. DONE! :)
愿与i 2024-11-17 05:48:50

不要只是重新调整它的大小,这会使边缘变得模糊。您希望它具有像 MS-paint 或 Photoshop 中的铅笔画笔那样的硬边。在 Photoshop 中打开文件,然后转到“图像 - 调整图像大小”,并确保从底部下拉菜单中选择最近的邻居,然后单击“确定”

Don't just re-size it that will make the edges blurry. You want it to have hard edges like MS-paint or the pencil brush in Photoshop. Open the file in Photoshop and go to IMAGE - RE-SIZE IMAGE and make sure Nearest Neighbor is selecting from the bottom drop down menu before you click OK

难以启齿的温柔 2024-11-17 05:48:50

你不能,使用免费的 QR 生成器就不行。除非您事后使用 Live Trace/Paint 进行一些 Adob​​e Illustrator 调整。当发布您需要的二维码时,丰富的免费二维码生成器就是一个笑话。出于发布/打印目的调整原始低分辨率图像(之前的评论)的大小是我一段时间以来见过的最荒谬的声明。这家伙不知道自己在说什么。

You CAN'T, not with the free QR generators. Unless you do some Adobe Illustrator tweaks with Live Trace/Paint afterwards. The abundant free QR generators are a joke when it comes to publishing the QR code you need. Resizing an originally low resolution image (the previous comment) for publishing/printing purposes is the most rediculous statement I've seen in a while. The guy doesn't know what he is talking about.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文