如何使用无损方法压缩和解压缩 JPEG?
如何使用无损方法压缩和解压缩 JPEG?
How to compress and uncompress JPEG using lossless method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用无损方法压缩和解压缩 JPEG?
How to compress and uncompress JPEG using lossless method?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
英特尔 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.
使用普通 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.
它在 JPEG 标准中指定,但很少有编码器支持它。使用无损图像格式,例如 PNG。
It's specified in the JPEG standard but few encoders support it. Use a lossless image format like PNG.