JPEG-2000:我可以动态调整图像大小而不重新采样吗?

发布于 2024-08-29 10:58:05 字数 98 浏览 3 评论 0原文

JPEG 2000 的优点之一是可以轻松压缩图像——只需输入更少的字节即可。

是否有类似的方法来缩放图像,以便我可以使用全尺寸文件中的字节发送缩略图,而无需重新采样?

One of the nice features of JPEG 2000 is that it's easy to downres an image -- just feed out fewer bytes.

Is there a similar way to scale the image, such that I could send a thumbnail using bytes in the full-size file, without resampling?

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

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

发布评论

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

评论(1

孤千羽 2024-09-05 10:58:05

不,要调整大小,您仍然需要读取原始大小,重新采样到新大小,然后重新压缩。

您可以编写文件,使其具有大小为 2 的幂的层,并且大小的相对增量增量非常小,然后提取这些层。

No, to resize you will still have to read the original size, resample to the new size, and then recompress.

You can write your file such that it has layers with powers-of-2 sizes, with a very small relative incremental increase in size, and extract those layers.

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