PNG 文件可以有多大(以千字节为单位)

发布于 2024-10-04 13:03:58 字数 50 浏览 3 评论 0原文

最复杂的 PNG 图像可以是多少千字节(例如 100x100 像素)?我该如何计算呢?

How much can be the most complex PNG image in kilobytes, say, 100x100 pixels? How can I calculate it?

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

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

发布评论

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

评论(1

铁憨憨 2024-10-11 13:03:59

PNG 中每个像素的最大位数为 64,即 640,000 位或 80,000 字节。

文件开头还会有一个 8 字节签名、有关文件的一些其他信息,并且 EXIF 数据可以包含任意数量的信息。 Wikipedia 有有关该规范的信息

如果您正在寻找合理的上传限制近似值,100-150kb 可能比较合适。如果你要寻找一个确切的数字,那是没有的。

The maximum numbers of bits per pixel in a PNG is 64, so 640,000 bits, or 80,000 bytes.

There'll also be an 8 byte signature in the beginning of the file, some other information about the file, and EXIF data can contain arbitrary amounts of information. Wikipedia has information on the spec.

If you're looking for a reasonable approximation for an upload limit, 100-150kb is probably fair. If you're looking for an exact number, there isn't one.

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