Pixel Data Handlers (pydicom.pixel_data_handlers)ΒΆ

gdcm_handler Use the GDCM Python package to decode pixel transfer syntaxes.
jpeg_ls_handler Use the jpeg_ls (CharPyLS) Python package to decode Pixel Data.
numpy_handler Use the numpy package to convert supported pixel data to a numpy.ndarray.
pillow_handler Use the pillow Python package to decode Pixel Data.
rle_handler Use the numpy package to convert RLE lossless Pixel Data to a numpy.ndarray.
util Utility functions used in the pixel data handlers.