rPickle is safe in the sense that it does not execute arbitrary code during deserialization. Unlike pickle (which can call arbitrary functions during loads()), rPickle only reconstructs data ...
Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in tifffile, liffile, czifile, zarr, and other ...