https://github.com/cgohlke/imagecodecs
Image transformation, compression, and decompression codecs.
https://github.com/cgohlke/imagecodecs
avif image jpeg jpeg-ls jpeg-xl jpeg-xr jpeg-xs jpeg2000 lerc lz4 lzf lzma lzw packbits python tiff ultrahdr webp zarr zfp
Last synced: 6 days ago
JSON representation
Image transformation, compression, and decompression codecs.
- Host: GitHub
- URL: https://github.com/cgohlke/imagecodecs
- Owner: cgohlke
- License: bsd-3-clause
- Created: 2020-02-22T23:00:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T04:54:49.000Z (about 2 months ago)
- Last Synced: 2025-04-14T04:58:58.749Z (about 1 month ago)
- Topics: avif, image, jpeg, jpeg-ls, jpeg-xl, jpeg-xr, jpeg-xs, jpeg2000, lerc, lz4, lzf, lzma, lzw, packbits, python, tiff, ultrahdr, webp, zarr, zfp
- Language: Cython
- Homepage: https://pypi.org/project/imagecodecs
- Size: 24.2 MB
- Stars: 138
- Watchers: 3
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
..
This file is generated by setup.pyImage 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 2, kerchunk, 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.:Author: `Christoph Gohlke `_
:License: BSD 3-Clause
:Version: 2025.3.30
:DOI: `10.5281/zenodo.6915978 `_Quickstart
----------Install the imagecodecs package and all dependencies from the
`Python Package Index `_::python -m pip install -U "imagecodecs[all]"
Imagecodecs is also available in other package repositories such as
`Anaconda `_,
`MSYS2 `_, and
`MacPorts `_.See `Requirements`_ and `Notes`_ for building from source.
See `Examples`_ for using the programming interface.
Source code and support are available on
`GitHub `_.Requirements
------------This revision was tested with the following requirements and dependencies
(other versions may work):- `CPython `_ 3.10.11, 3.11.9, 3.12.9, 3.13.2 64-bit
- `Numpy `_ 2.2.4
- `numcodecs `_ 0.15.1
(optional, for Zarr 2 compatible codecs)Build requirements:
- `Cython `_ 3.0.12
- `brotli `_ 1.1.0
- `brunsli `_ 0.1
- `bzip2 `_ 1.0.8
- `c-blosc `_ 1.21.6
- `c-blosc2 `_ 2.17.1
- `charls `_ 2.4.2
- `giflib `_ 5.2.2
- `jetraw `_ 23.03.16.4
- `jxrlib `_ 1.2
- `lcms2 `_ 2.17
- `lerc `_ 4.0.4
- `libaec `_ 1.1.3
- `libavif `_ 1.2.1
(`aom `_ 3.12.0,
`dav1d `_ 1.5.1,
`rav1e `_ 0.7.1,
`svt-av1 `_ 2.3.0,
`libyuv `_ main,
`libxml2 `_ 2.12.10)
- `libdeflate `_ 1.23
- `libheif `_ 1.19.6
(`libde265 `_ 1.0.15,
`x265 `_ 3.6)
- `libjpeg-turbo `_ 3.1.0
- `libjxl `_ 0.11.1
- `libjxs `_ 2.0.2
- `liblzma `_ 5.6.4
- `libpng `_ 1.6.47
- `libpng-apng `_ 1.6.47
- `libtiff `_ 4.7.0
- `libultrahdr `_ 1.4.0
- `libwebp `_ 1.5.0
- `lz4 `_ 1.10.0
- `lzfse `_ 1.0
- `lzham_codec `_ 1.0
- `lzokay `_ db2df1f
- `mozjpeg `_ 4.1.5
- `openjpeg `_ 2.5.3
- `pcodec `_ 0.3.1 (0.4.0 crashes)
- `snappy `_ 1.2.2
- `sperr `_ 0.8.2
- `sz3 `_ 3.1.8 (3.2.x crashes)
- `zfp `_ 1.0.1
- `zlib `_ 1.3.1
- `zlib-ng `_ 2.2.4
- `zopfli `_ 1.0.3
- `zstd `_ 1.5.7Vendored requirements:
- `bcdec.h `_ 963c5e5
- `bitshuffle `_ 0.5.2
- `cfitsio ricecomp.c `_ modified
- `h5checksum.c `_ modified
- `jpg_0XC3.cpp
`_
modified
- `liblj92
`_ modified
- `liblzf `_ 3.6
- `libspng `_ 0.7.4
- `nc4var.c `_
modified
- `pg_lzcompress.c `_ modified
- `qoi.h `_ 36190eb
- `rgbe.c `_ modifiedTest requirements:
- `tifffile `_ 2025.3.30
- `czifile `_ 2019.7.2.1
- `liffile `_ 2025.3.8
- `zarr `_ 2.18.5
- `python-blosc `_ 1.11.2
- `python-blosc2 `_ 3.2.1
- `python-brotli `_ 1.1.0
- `python-lz4 `_ 4.4.3
- `python-lzf `_ 0.2.6
- `python-snappy `_ 0.7.3
- `python-zstd `_ 1.5.6
- `pyliblzfse `_ 0.4.1
- `zopflipy `_ 1.11Revisions
---------2025.3.30
- Pass 7659 tests.
- Fix some codecs for use with Zarr 3, zarr_format=2 (#123).
- Fix lz4h5 codec when block size is less than compressed size (#126).
- Fix pglz_compress is not thread-safe.
- Set __module__ attribute on public objects.
- Drop support for Python 3.9, deprecate Python 3.10.2024.12.30
- Fix out parameter array not zeroed in some cases.
- Fix ultrahdr_encode with linear rgbaf16 input (#108).
- Fix jpegls_encode with level greater than 9 (#119).
- Fix jpeg8_encode with bitspersample and lossless=False (#116).
- Fix excessive buffer allocation in lz4h5_encode (#112).
- Fix build error with libjpeg (#111).2024.9.22
- Use libjpeg-turbo for all Lossless JPEG bit-depths if possible (#105).
- Fix PackBits encoder fails to skip short replication blocks (#107).
- Fix JPEG2K encoder leaving trailing random bytes (#104).
- Fix encoding and decoding JPEG XL with custom bitspersample (#102).
- Improve error handling in lzf_decode (#103).
- Add Ultra HDR (JPEG_R) codec based on libultrahdr library (#108).
- Add JPEGXS codec based on libjxs library (source only).
- Add SZ3 codec based on SZ3 library.
- Deprecate Python 3.9, support Python 3.13.2024.6.1
- Fix segfault in sperr_decode.
- Fix segfault when strided-decoding into buffers with unexpected shapes (#98).
- Fix jpeg2k_encoder output buffer too small (#101).
- Add PCODEC codec based on pcodec library.
- Support NumPy 2.2024.1.1
- Add 8/24-bit BMP codec.
- Add SPERR codec based on SPERR library.
- Add LZO decoder based on lzokay library.
- Add DICOMRLE decoder.
- Enable float16 in CMS codec.
- Enable MCT for lossless JPEG2K encoder (#88).
- Ignore pad-byte in PackBits decoder (#86).
- Fix heif_write_callback error message not set.
- Require lcms2 2.16 with issue-420 fixes.
- Require libjxl 0.9, libaec 1.1, Cython 3.2023.9.18
- …
Refer to the CHANGES file for older revisions.
Objectives
----------Many scientific image storage formats, such as TIFF, CZI, XLIF, DICOM, HDF,
and Zarr are containers that store numerous small data segments (chunks, tiles,
stripes). These segments are encoded using various compression and
pre-filtering methods. Metadata common to all data segments are typically
stored separately from the segments.The purpose of the Imagecodecs library is to support Python modules in
encoding and decoding such data segments. The specific aims are:- Provide functions for encoding and decoding small image data segments
in-memory (as opposed to in-file) from and to bytes or numpy arrays for many
compression and filtering methods.
- Support image formats and compression methods that are not available
elsewhere in the Python ecosystem.
- Reduce the runtime dependency on numerous, large, inapt, or unmaintained
Python packages. The Imagecodecs package only depends on numpy.
- Implement codecs as Cython wrappers of third-party libraries with a C API
and permissive license if available; otherwise use own C library.
Provide Cython definition files for the wrapped C libraries.
- Release the Python global interpreter lock (GIL) during extended native/C
function calls for multi-threaded use.Accessing parts of large data segments and reading metadata from segments
are outside the scope of this library.Notes
-----This library is largely a work in progress.
The API is not stable yet and might change between revisions.
Python <= 3.9 is no longer supported. 32-bit versions are deprecated.
Works on little-endian platforms only.
Supported platforms are ``win_amd64``, ``win_arm64``, ``win32``,
``macosx_x86_64``, ``macosx_arm64``, ``manylinux_x86_64``, and
``manylinux_aarch64``.Wheels may not be available for all platforms and all releases.
Only the ``win_amd64`` wheels include all features.
The ``tiff``, ``bcn``, ``dds``, ``dicomrle``, ``eer``, ``lzo``, ``packints``,
and ``jpegsof3`` codecs are currently decode-only.The ``heif``, ``jetraw``, and ``jpegxs`` codecs are distributed as source
code only due to license and possible patent usage issues.The latest `Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
`_
is required on Windows.Refer to the imagecodecs/licenses folder for 3rd-party library licenses.
This software is based in part on the work of the Independent JPEG Group.
Update pip and setuptools to the latest version before installing imagecodecs::
python -m pip install -U pip setuptools wheel Cython
Before building imagecodecs from source code, install required tools and
libraries. For example, on latest Ubuntu Linux distributions:``sudo apt-get install build-essential python3-dev cython3 python3-pip
python3-setuptools python3-wheel python3-numpy libdeflate-dev libjpeg-dev
libjxr-dev liblcms2-dev liblz4-dev liblerc-dev liblzma-dev libopenjp2-7-dev
libpng-dev libtiff-dev libwebp-dev libz-dev libzstd-dev``To build and install imagecodecs from source code, run::
python -m pip install .
Many extensions are disabled by default when building from source.
To define which extensions are built, or to modify build settings such as
library names and compiler arguments, provide a
``imagecodecs_distributor_setup.customize_build`` function, which is
imported and executed during setup.
See ``setup.py`` for pre-defined ``customize_build`` functions.Other projects providing imaging or compression codecs:
`Python zlib `_,
`Python bz2 `_,
`Python lzma `_,
`backports.lzma `_,
`python-lzo `_,
`python-lzw `_,
`python-lerc `_,
`wavpack-numcodecs
`_,
`packbits `_,
`isa-l.igzip `_,
`fpzip `_,
`libmng `_,
`OpenEXR `_
(EXR, PIZ, PXR24, B44, DWA),
`pyJetraw `_,
`tinyexr `_,
`pytinyexr `_,
`pyroexr `_,
`JasPer `_,
`libjpeg `_ (GPL),
`pylibjpeg `_,
`pylibjpeg-libjpeg `_ (GPL),
`pylibjpeg-openjpeg `_,
`pylibjpeg-rle `_,
`glymur `_,
`pyheif `_,
`pyrus-cramjam `_,
`PyLZHAM `_,
`BriefLZ `_,
`QuickLZ `_ (GPL),
`LZO `_ (GPL),
`nvJPEG `_,
`nvJPEG2K `_,
`PyTurboJPEG `_,
`CCSDS123 `_,
`LPC-Rice `_,
`CompressionAlgorithms `_,
`Compressonator `_,
`Wuffs `_,
`TinyDNG `_,
`OpenJPH `_,
`Grok `_ (AGPL),
`MAFISC
`_,
`B3D `_,
`fo-dicom.Codecs `_,
`jpegli `_,
`hdf5plugin `_.Examples
--------
Import the JPEG2K codec:.. code-block:: python
>>> from imagecodecs import (
... jpeg2k_encode,
... jpeg2k_decode,
... jpeg2k_check,
... jpeg2k_version,
... JPEG2K,
... )Check that the JPEG2K codec is available in the imagecodecs build:
.. code-block:: python
>>> JPEG2K.available
TruePrint the version of the JPEG2K codec's underlying OpenJPEG library:
.. code-block:: python
>>> jpeg2k_version()
'openjpeg 2.5.3'Encode a numpy array in lossless JP2 format:
.. code-block:: python
>>> array = numpy.random.randint(100, 200, (256, 256, 3), numpy.uint8)
>>> encoded = jpeg2k_encode(array, level=0)
>>> bytes(encoded[:12])
b'\x00\x00\x00\x0cjP \r\n\x87\n'Check that the encoded bytes likely contain a JPEG 2000 stream:
.. code-block:: python
>>> jpeg2k_check(encoded)
TrueDecode the JP2 encoded bytes to a numpy array:
.. code-block:: python
>>> decoded = jpeg2k_decode(encoded)
>>> numpy.array_equal(decoded, array)
TrueDecode the JP2 encoded bytes to an existing numpy array:
.. code-block:: python
>>> out = numpy.empty_like(array)
>>> _ = jpeg2k_decode(encoded, out=out)
>>> numpy.array_equal(out, array)
TrueNot all codecs are fully implemented, raising exceptions at runtime:
.. code-block:: python
>>> from imagecodecs import tiff_encode
>>> tiff_encode(array)
Traceback (most recent call last):
...
NotImplementedError: tiff_encodeWrite the numpy array to a JP2 file:
.. code-block:: python
>>> from imagecodecs import imwrite, imread
>>> imwrite('_test.jp2', array)Read the image from the JP2 file as numpy array:
.. code-block:: python
>>> image = imread('_test.jp2')
>>> numpy.array_equal(image, array)
TrueCreate a JPEG 2000 compressed Zarr 2 array:
.. code-block:: python
>>> import zarr
>>> import numcodecs
>>> from imagecodecs.numcodecs import Jpeg2k
>>> numcodecs.register_codec(Jpeg2k)
>>> zarr.zeros(
... (4, 5, 512, 512, 3),
... chunks=(1, 1, 256, 256, 3),
... dtype='u1',
... compressor=Jpeg2k(),
... zarr_format=2,
... )
<...Array ...(4, 5, 512, 512, 3) ...uint8>Access image data in a sequence of JP2 files via tifffile.FileSequence and
dask.array (requires Zarr 2):.. code-block:: python
>>> import tifffile
>>> import dask.array
>>> def jp2_read(filename):
... with open(filename, 'rb') as fh:
... data = fh.read()
... return jpeg2k_decode(data)
...
>>> with tifffile.FileSequence(jp2_read, '*.jp2') as ims:
... with ims.aszarr() as store:
... dask.array.from_zarr(store)
...
dask.array>> store.write_fsspec(
... 'temp.json', url='file://', codec_id='imagecodecs_jpeg2k'
... )
>>> import fsspec
>>> mapper = fsspec.get_mapper(
... 'reference://', fo='temp.json', target_protocol='file'
... )
>>> zarr.open(mapper, mode='r')
View the image in the JP2 file from the command line::
python -m imagecodecs _test.jp2