Skip to content

Commit

Permalink
update build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Dec 18, 2023
1 parent c2373ac commit 1f516f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Pillow plugin for JPEG-XL, using Rust for bindings.
pip install pillow-jxl-plugin
```

## Build from source
Make sure `Rust` and [maturin](https://github.com/PyO3/maturin) installed, then run:
```
git clone https://github.com/Isotr0py/pillow-jpegxl-plugin
cd pillow-jpegxl-plugin
maturin build --release --features vendored
```

## Plugin Usage
Use `import pillow_jxl` to register the plugin in your code.

Expand Down

0 comments on commit 1f516f7

Please sign in to comment.