Validate tile properties for grid images

Compare that all the decoded tiles have the same properties.
2 files changed
tree: 5334bcbb72c5b703c25530ee90fc0527d48779f7
  1. c_api_tests/
  2. examples/
  3. src/
  4. tests/
  5. third_party/
  6. .gitignore
  7. .rustfmt.toml
  8. cargo-config.toml
  9. Cargo.toml
  10. cbindgen.toml
  11. compare.sh
  12. gen_test_case.sh
  13. README.md
  14. todos.txt
README.md

Crabby Avif 🦀

Avif parser/decoder implementation in Rust.

Features

  • Supports dav1d, libgav1 or android mediacodec as the underlying AV1 decoder.
  • C API compatible with libavif
  • ..and more