image_compressor 1.5.3

A image compressing module using mozjpeg, and image crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "image_compressor"
authors = ["Kim tae hyeon <dlsrks0734@gmail.com>"]
description = "A image compressing module using mozjpeg, and image crates."
version = "1.5.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/altair823/image_compressor"

[dependencies]
image = "0.25.10"
mozjpeg = "0.10.13"
crossbeam-queue = "0.3.13"