image_dct 0.1.1

Simple Rust implementation for getting the DCT coefficients of an image
Documentation
[dependencies.image]
version = "0.24.6"

[dependencies.rustdct]
version = "0.7.1"

[lib]
name = "image_dct"
path = "src/lib.rs"

[package]
authors = ["Tylan Smith https://github.com/Ty1an"]
description = "Simple Rust implementation for getting the DCT coefficients of an image"
edition = "2021"
exclude = ["images/", "src/main.rs"]
keywords = ["dct", "images", "processing"]
license = "Apache-2.0"
name = "image_dct"
readme = "README.md"
repository = "https://github.com/Ty1an/image_dct"
version = "0.1.1"