We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e765fb commit 56f1121Copy full SHA for 56f1121
README.md
@@ -3,8 +3,6 @@
3
Decoding support for additional image formats beyond those provided by the
4
[`image`](https://crates.io/crates/image) crate.
5
6
-
7
8
## Supported formats
9
10
| Extension | Specification or Format Description |
@@ -36,6 +34,13 @@ We welcome PRs to add support for additional image formats.
36
34
- [ ] Minimal or no dependencies on external libraries.
37
35
- [ ] No use of unsafe code.
38
+## Version Compatibility
+
39
+| `image` crate version | Compatible `image-extras` versions |
40
+| --------------------- | ---------------------------------- |
41
+| 0.25.x | 0.1.x |
42
43
44
## Fuzzing
45
46
Fuzzing is not a priority for this crate and decoders may panic or worse on
0 commit comments