Skip to content

Commit

Permalink
Updated openjpeg to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 27, 2024
1 parent 0fc9b91 commit 7d1a421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/install_openjpeg.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# install openjpeg

archive=openjpeg-2.5.0
archive=openjpeg-2.5.1

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -177,7 +177,7 @@ Many of Pillow's features require external libraries:
* **openjpeg** provides JPEG 2000 functionality.

* Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**,
**2.4.0** and **2.5.0**.
**2.4.0**, **2.5.0** and **2.5.1**.
* Pillow does **not** support the earlier **1.5** series which ships
with Debian Jessie.

Expand Down

0 comments on commit 7d1a421

Please sign in to comment.