imagecodecs
Image transformation, compression, and decompression codecs
Image transformation, compression, and decompression codecs
To install this package, run one of the following:
The imagecodecs package provides various block-oriented, in-memory buffer transformation, compression, and decompression functions for use in the tifffile, czifile, and other Python imaging modules.
Decode and/or encode functions are currently implemented for Zlib DEFLATE, ZStandard, Blosc, LZMA, BZ2, LZ4, LZW, LZF, PNG, WebP, JPEG 8-bit, JPEG 12-bit, JPEG SOF=0xC3, JPEG 2000, JPEG XR, PackBits, Packed Integers, Delta, XOR Delta, Floating Point Predictor, and Bitorder reversal.
Summary
Image transformation, compression, and decompression codecs
Last Updated
Nov 11, 2025 at 04:39
License
BSD-3-Clause
Total Downloads
8.3M
Supported Platforms
GitHub Repository
https://github.com/cgohlke/imagecodecsDocumentation
https://www.lfd.uci.edu/~gohlke/