compression - 用于进一步(无损)Jpeg压缩的库

标签 compression jpeg lossless-compression

我正在寻找一个专门用于进一步压缩Jpeg而不改变图像的库。我找到了PackJpeg,但它不提供任何源代码,并且您不允许在商业上使用它。

最佳答案

PackJPG page上,有一个指向JPEG Open Source Developers Package的链接。它不包括PackJPG源代码,而是用于处理和压缩JPG数据的基本例程。这已用于开发rejpeg,它是开源的,并已获得GPL v2的许可。

Matthias Stirner几天前做了一个announcement,说他将使PackJPG开源,并正在考虑双重许可证(GPL +封闭源代码开发人员的特殊权限)。

Matt Mahoney提供了几种实现JPEG压缩的变体(不过,它不支持渐进式图像),它来自Matt Mahoney的PAQ(开源,GPL许可证)。在他的页面上,有一个table比较不同的程序。

对于完全免费的方法,可以将libzpaqJPG compression configuration file一起使用。

引用libzpaq许可证:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so without restriction. This Software is provided "as is" without warranty.

关于compression - 用于进一步(无损)Jpeg压缩的库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7895697/

相关文章:

imagemagick - 如何使用 mogrify (ImageMagick) 将 NEF 转换为 *.jpg 并保留 EXIF 数据?

pdf - 是否可以在没有外部库的情况下从 PDF 中提取 tiff 文件?

c++ - 算术编码器符号查找

delphi - 使用 Delphi 事后压缩 PDF

node.js - 强制网络服务器返回未压缩的数据(无 gzip)

java - 如何在 C++ 或 C# 或 Java 中创建 jpegs(live) 流?实时传输协议(protocol)?

java - 从压缩数据中获取字符串,反之亦然

image - 无损JPEG文件写入

java - 通过 servlet 传送解压后的文件,无需先在服务器上解压

css - CLI 纯 CSS 压缩器,而不是 SASS 或 LESS