Skip to content

Commit

Permalink
docs: update image types list
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Nov 30, 2023
1 parent 8e612be commit 59d6a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/image-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ For WebP, the native library will be used if present. Else, the Java implementat
| Platform | JPEG XL (jxl) | AVIF / HEIF | WebP |
|--------------|--------------------|--------------------|-----------------------------|
| macOS app | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: (native) |
| Windows app | :heavy_check_mark: | :x: | :heavy_check_mark: (java) |
| Docker amd64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: (java) |
| Docker arm64 | :x: | :heavy_check_mark: | :heavy_check_mark: (java) |
| Windows app | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: (java) |
| Docker amd64 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: (native) |
| Docker arm64 | :x: | :heavy_check_mark: | :heavy_check_mark: (native) |
| Docker arm | :x: | :x: | :heavy_check_mark: (java) |

When using the `jar`, you will need to provide the native libraries yourself, and run Java with the correct arguments. You can check for more details [here](https://github.com/gotson/NightMonkeys#requirements).

0 comments on commit 59d6a28

Please sign in to comment.