image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.86k stars 597 forks source link

`image` still depends on `jpeg-decoder` through the `tiff` crate #2289

Open Shnatsel opened 1 month ago

Shnatsel commented 1 month ago

While image 0.25.x has migrated to zune-jpeg as its JPEG implementation, it still depends on the jpeg-decoder crate transitively through the tiff crate.

To reproduce this, run cargo tree -i jpeg-decoder in the repository.