Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Decoding support for additional image formats beyond those provided by the
[`image`](https://crates.io/crates/image) crate.



## Supported formats

| Extension | Specification or Format Description |
Expand Down Expand Up @@ -36,6 +34,13 @@ We welcome PRs to add support for additional image formats.
- [ ] Minimal or no dependencies on external libraries.
- [ ] No use of unsafe code.

## Version Compatibility

| `image` crate version | Compatible `image-extras` versions |
| --------------------- | ---------------------------------- |
| 0.25.x | 0.1.x |


## Fuzzing

Fuzzing is not a priority for this crate and decoders may panic or worse on
Expand Down
Loading