You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## pylibjpeg
10
10
11
-
A Python 3.8+ framework for decoding JPEG images and decoding/encoding RLE datasets, with a focus on providing support for [pydicom](https://github.com/pydicom/pydicom).
11
+
A Python framework for decoding JPEG and JPEG-LS and decoding/encoding JPEG 2000 and RLE, with a focus on providing support for [pydicom](https://github.com/pydicom/pydicom).
12
12
13
13
14
14
### Installation
@@ -46,11 +46,12 @@ One or more plugins are required before *pylibjpeg* is able to handle JPEG image
46
46
you first have to install the corresponding package:
47
47
48
48
#### Supported Image Formats
49
-
|Format |Decode?|Encode?|Plugin | License |Based on |
50
-
|--- |------ |--- |--- |--- |--- |
51
-
|JPEG, JPEG-LS and JPEG XT|Yes |No |[pylibjpeg-libjpeg][1]| GPLv3 |[libjpeg][2]|
52
-
|JPEG 2000 |Yes |Yes |[pylibjpeg-openjpeg][3]| MIT |[openjpeg][4]|
53
-
|RLE Lossless (PackBits) |Yes |Yes |[pylibjpeg-rle][5]| MIT |- |
49
+
|Format |Decode?|Encode?|Plugin | License |Based on |
50
+
|--- |------ |--- |--- |--- |--- |
51
+
|JPEG, JPEG-LS and JPEG XT |Yes |No |[pylibjpeg-libjpeg][1]| GPLv3 |[libjpeg][2]|
0 commit comments