We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae6e7e commit 67c9445Copy full SHA for 67c9445
README.md
@@ -52,7 +52,7 @@ Time per 1000 decodes, pydicom's NumPy RLE handler vs. pylibjpeg-rle
52
##### With pylibjpeg
53
54
Because pydicom defaults to the NumPy RLE decoder, you must specify the use
55
-of pylibjpeg when decompressing (**requires pydicom v2.2+**):
+of pylibjpeg when decompressing:
56
```python
57
from pydicom import dcmread
58
from pydicom.data import get_testdata_file
0 commit comments