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
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
2
2
## pylibjpeg-rle
3
3
4
-
A fast DICOM ([PackBits](https://en.wikipedia.org/wiki/PackBits)) RLE plugin for [pylibjpeg](https://github.com/pydicom/pylibjpeg) RLE decoding plugin for pylibjpeg, written in Rust with a Python 3.6+ wrapper.
4
+
A fast DICOM ([PackBits](https://en.wikipedia.org/wiki/PackBits)) RLE plugin for [pylibjpeg](https://github.com/pydicom/pylibjpeg), written in Rust with a Python 3.6+ wrapper.
5
5
6
-
Linux, OSX and Windows are all supported.
6
+
Linux, MacOS and Windows are all supported.
7
7
8
8
### Installation
9
9
#### Installing the current release
@@ -52,8 +52,7 @@ Time per 1000 decodes, pydicom's NumPy RLE handler vs. pylibjpeg-rle
52
52
##### With pylibjpeg
53
53
54
54
Because pydicom defaults to the NumPy RLE decoder, you must specify the use
55
-
of pylibjpeg when decompressing (**note: requires pydicom v2.2+**):
56
-
*Pixel Data*:
55
+
of pylibjpeg when decompressing (**requires pydicom v2.2+**):
0 commit comments