image_compressor 1.0.0

A image compressing module using mozjpeg, and image crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossbeam-queue]
version = "0.3.5"

[dependencies.image]
version = "0.24.1"

[dependencies.mozjpeg]
version = "0.9.2"
[dev-dependencies.fs_extra]
version = "1.2.0"

[package]
description = "A image compressing module using mozjpeg, and image crates."
edition = "2021"
license = "MIT"
name = "image_compressor"
resolver = "2"
version = "1.0.0"