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
Converting JPEG compressed *Pixel Data* to an ``ndarray`` requires installing one or more additional Python libraries. For information on which libraries are required, see the [pixel data handler documentation](https://pydicom.github.io/pydicom/stable/old/image_data_handlers.html#guide-compressed).
83
83
84
-
Compressing data into one of the JPEG formats is not currently supported.
84
+
Currently only JPEG-LS (with [pyjpegls](https://github.com/pydicom/pyjpegls)) is supported for compressing data.
85
85
86
86
#### RLE
87
87
Encoding and decoding RLE *Pixel Data* only requires NumPy, however it can
@@ -121,12 +121,12 @@ plt.show()
121
121
122
122
## Contributing
123
123
124
-
We are all volunteers working on *pydicom* in our free time. As our
125
-
resources are limited, we very much value your contributions, be it bug fixes, new
124
+
We are all volunteers working on *pydicom* in our free time. As our
125
+
resources are limited, we very much value your contributions, be it bug fixes, new
126
126
core features, or documentation improvements. For more information, please
0 commit comments