Skip to content

Commit 36c467f

Browse files
datazuulmorpheus-87
authored andcommitted
Add png restrictions
1 parent 3613138 commit 36c467f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Hymir is a Java based IIIF Server. It is based on our [IIIF API Java Libraries](
2525

2626
### Supported image formats
2727

28-
| Format | Reading | Writing | Dependencies |
29-
| --------- | -------- | ------- | ------------------------------------------ |
30-
| JPEG | [x] | [x] | libturbojpeg (optional, but recommended) |
31-
| JPEG2000 | [x] | [ ] | libopenjp2 (>= 2.3 recommended) |
32-
| TIFF | [x] | [x] | |
33-
| PNG | [x] | [x] | |
34-
| BMP | [x] | [x] | |
35-
| GIF | [x] | [x] | |
28+
| Format | Reading | Writing | Dependencies | Comment |
29+
| --------- | -------- | ------- | ------------------------------------------ | ---------- |
30+
| JPEG | [x] | [x] | libturbojpeg (optional, but recommended) | |
31+
| JPEG2000 | [x] | [ ] | libopenjp2 (>= 2.3 recommended) | |
32+
| TIFF | [x] | [x] | | |
33+
| PNG | [x] | [x] | | Due to possible transparency (alpha channel) in PNG it is not possible to use a PNG source file and deliver it as JPG. PNG delivered as PNG is possible. |
34+
| BMP | [x] | [x] | | |
35+
| GIF | [x] | [x] | | |
3636

3737

3838
## Prerequisites

0 commit comments

Comments
 (0)