There is a newer version of the record available.

Published August 3, 2025 | Version v2025.8.2
Software Open

cgohlke/imagecodecs: v2025.8.2

Authors/Creators

Description

Image transformation, compression, and decompression codecs

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 scientific image input/output packages.

Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP, LZMA, ZStandard (ZSTD), Blosc, Brotli, Snappy, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5, LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), ZFP, SZ3, Pcodec, SPERR, AEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, TIFF, WebP, JPEG (2 to 16-bit), Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K), JPEG LS, JPEG XL, JPEG XS, JPEG XR (WDP, HD Photo), Ultra HDR (JPEG_R), MOZJPEG, AVIF, HEIF, QOI, RGBE (HDR), Jetraw, DICOMRLE, PackBits, Packed Integers, Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle, Float24 (24-bit floating point), Quantize (Scale, BitGroom, BitRound, GranularBR), and CMS (color space transformations). Checksum functions are implemented for crc32, adler32, fletcher32, and Jenkins lookup3.

Changes

  • Fix szip_encode default output buffer might be too small (#128).
  • Fix minor bugs in LZ4H5 codec (#127).
  • Avoid grayscale-to-RGB conversions in AVIF codecs.
  • Improve AVIF error messages.
  • Add flag for free-threading compatibility (#113).
  • Do not use zlib uncompress2, which is not available on manylinux.
  • Do not build unstable BRUNSLI, PCODEC, SPERR, and SZ3 codecs.
  • Require libavif >= 1.3 and Cython >= 3.1.
  • Support Python 3.14 and 3.14t.
  • Drop support for Python 3.10 and PyPy.

Files

cgohlke/imagecodecs-v2025.8.2.zip

Files (9.7 MB)

Name Size Download all
md5:1d63d261b22ea13cccef5db5759a1ebc
9.7 MB Preview Download

Additional details

Related works