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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# async-tiff

An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader.
An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader for Rust and Python.

[**Rust documentation**](https://docs.rs/async-tiff/) <br/>
[**Python documentation**](https://developmentseed.org/async-tiff/latest/)

## Features

Expand All @@ -9,8 +12,6 @@ An async, low-level [TIFF](https://en.wikipedia.org/wiki/TIFF) reader.
- Support for user-defined decompression algorithms.
- Tile request merging and concurrency.

[Full documentation](https://docs.rs/async-tiff/).

## Background

The existing [`tiff` crate](https://crates.io/crates/tiff) is great, but only supports synchronous reading of TIFF files. Furthermore, due to low maintenance bandwidth it is not designed for extensibility (see [#250](https://github.com/image-rs/image-tiff/issues/250)).
Expand Down