image icon indicating copy to clipboard operation
image copied to clipboard

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

Open Shnatsel opened this issue 1 year ago • 0 comments

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.

Shnatsel avatar Jul 24 '24 16:07 Shnatsel