文件名称:图像压缩算法
文件大小:54.14MB
文件格式:ZIP
更新时间:2024-07-18 12:19:50
image compression compression-algorithm
图像压缩算法:seal:一种新的无损图像压缩算法。在最新版本中,该算法的表现相当不错,但仅以 25% 的幅度超过 PNG。这里是原始图像的文件大小 (optipng) 和压缩图像的大小(使用算法)。较大卷的大小可能不同。文件名 以字节为单位的文件大小(优化的 PNG) 以字节为单位的文件大小(图像压缩器) img_1 12,537,083 12,847,145 img_2 10,791,729 10,062,265 img_3 00,001,574 00,001,781 img_4 14,076,373 18,827,534 使用算法使用二进制文件提供二进制文件。它们可以在版本或本自述文件开头的按钮中找到。从源代码编译该算法可以在 Windows / Mac OS / Linux 上从源代码编译,无需任何 Rust 之外的外部依赖。克隆这个存储库:git clone https://github.com/umgefahren/image-comp-lib-rust/编译源代码a) 确保你已经安装了 rustup。如果没有安装它:rustupb) 编译:cargo build --release生
【文件预览】:
image-comp-lib-rust-main
----.gitignore(629B)
----images()
--------decoded_comp_list.png(12.09MB)
--------out_points.png(12.09MB)
--------decompressed.png(16.13MB)
--------cluster_color_grid.png(130B)
--------img_4.png(133B)
--------out_cluster_map.png(117KB)
--------.DS_Store(6KB)
--------img_1.png(133B)
--------decoded_list.png(13.71MB)
--------img_3.png(129B)
--------out.png(131B)
--------img_2.png(133B)
--------out_grid.png(129B)
--------dif_image.png(43KB)
----Project_Screen.png(132B)
----benches()
--------img_1.rs(734B)
--------img_4.rs(734B)
--------img_2.rs(734B)
--------img_3.rs(734B)
----src()
--------test.rs(10B)
--------main.rs(1KB)
--------encode()
--------decode()
--------debug.rs(879B)
--------io()
--------lib.rs(17KB)
----.travis.yml(178B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(7KB)
----Cargo.toml(1012B)
----.github()
--------workflows()
--------dependabot.yml(209B)
----README.md(9KB)
----cloc.svg(634B)
----.gitattributes(42B)
----rust-toolchain(8B)
----build_universal.sh(259B)