ChrisRega / image-compare

image comparison in rust
MIT License
39 stars 3 forks source link

Avif/Webp Support #4

Closed JoyceBabu closed 1 year ago

JoyceBabu commented 1 year ago

Are avif/webp images supported?

ChrisRega commented 1 year ago

This crate only compares the decoded image byte arrays. The crate doing the actual decoding from files is this: image-rs their support matrix looks like avif is supported for 8bit only in loading if avif-decoder is enabled in your loading code cargo.toml and wepb should work out of the box. grafik