Skip to content

Commit 3ae6e7e

Browse files
authored
Update README.md
1 parent b288866 commit 3ae6e7e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
## pylibjpeg-rle
33

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.
55

6-
Linux, OSX and Windows are all supported.
6+
Linux, MacOS and Windows are all supported.
77

88
### Installation
99
#### Installing the current release
@@ -52,8 +52,7 @@ Time per 1000 decodes, pydicom's NumPy RLE handler vs. pylibjpeg-rle
5252
##### With pylibjpeg
5353

5454
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+**):
5756
```python
5857
from pydicom import dcmread
5958
from pydicom.data import get_testdata_file

0 commit comments

Comments
 (0)