如何使用无损方法压缩和解压缩 JPEG?

发布于 2024-10-30 19:23:01 字数 27 浏览 0 评论 0原文

如何使用无损方法压缩和解压缩 JPEG?

How to compress and uncompress JPEG using lossless method?

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

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

发布评论

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

评论(3

╰沐子 2024-11-06 19:23:10

英特尔 IPP 包含支持无损版本 JPEG 的编解码器标准。某些医疗设备使用这种格式,世界上可能没有其他设备使用这种格式。

The Intel IPP contains a codec that supports the lossless version of the JPEG standard. Certain medical devices use this format and probably nobody else in the world.

梦行七里 2024-11-06 19:23:10

使用普通 JPEG,您可以将质量设置为 100%(或 1.0),但我认为您永远不会获得完全无损的压缩,因为根据定义,这是有损的。

无损 JPEG 但它是一个完全不同的算法,但我找不到任何证据表明如何嗯,它是支持的。

如果你有任何选择,请使用 png 代替。

Using the normal JPEG you can set the quality to 100% (or 1.0), but I don't think you'll ever get completely lossless compression because this is lossy by definition.

There is Lossless JPEG but it's a completely different algorithm, but I can't find any evidence of how well it's supported.

If you have any choice in the matter use png instead.

叹沉浮 2024-11-06 19:23:09

它在 JPEG 标准中指定,但很少有编码器支持它。使用无损图像格式,例如 PNG。

It's specified in the JPEG standard but few encoders support it. Use a lossless image format like PNG.

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