Skip to content

Commit

Permalink
Update links to Willow documentation in README.md (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
njourdane authored Mar 14, 2024
1 parent 830aa3d commit 7e49ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

A wrapper that combines the functionality of multiple Python image libraries into one API.

[Documentation](https://willow.readthedocs.io/en/latest/index.html)
[Documentation](https://willow.wagtail.org)

## Overview

Willow is a simple image library that combines the APIs of [Pillow](https://pillow.readthedocs.io/), [Wand](https://docs.wand-py.org) and [OpenCV](https://opencv.org/).
It converts the image between the libraries when necessary.

Willow currently has basic resize and crop operations, face and feature detection and animated GIF support.
New operations and library integrations can also be [easily implemented](https://willow.readthedocs.org/en/latest/guide/extend.html).
New operations and library integrations can also be [easily implemented](https://willow.wagtail.org/latest/guide/extend.html).

The library is written in pure Python and supports versions 3.8 3.9, 3.10, 3.11 and 3.12.

Expand Down Expand Up @@ -59,7 +59,7 @@ As neither Pillow nor Wand support detecting faces, Willow would automatically c

## Available operations

[Documentation](https://willow.readthedocs.org/en/latest/reference.html#builtin-operations)
[Documentation](https://willow.wagtail.org/latest/guide/operations.html)

| Operation | Pillow | Wand | OpenCV |
| ------------------------------------------------ | ------ | ---- | ------ |
Expand Down

0 comments on commit 7e49ca0

Please sign in to comment.