image
image copied to clipboard
`image` still depends on `jpeg-decoder` through the `tiff` crate
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.