Skip to content

Bump imagecodecs from 2025.3.30 to 2026.6.6#4

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/pip/imagecodecs-2026.6.6
Open

Bump imagecodecs from 2025.3.30 to 2026.6.6#4
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/pip/imagecodecs-2026.6.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown

Bumps imagecodecs from 2025.3.30 to 2026.6.6.

Release notes

Sourced from imagecodecs's releases.

v2026.6.6

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 the following codecs, image formats, and data transforms: Zlib (DEFLATE), GZIP, LZMA, ZStandard (ZSTD), Blosc, Brotli, Snappy, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5, LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), HCOMP, PLIO, ZFP, SZ3, Meshopt, Pcodec, SPERR, AEC, SZIP, LERC, EER, ZSTD1 (Zstd with hilo filter), NPY, BCn, DDS, BMP, PNG, APNG, GIF, PCX/DCX, TGA (TARGA), TIFF, WebP, JPEG (2 to 16-bit), Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K), High-throughput JPEG 2000 (HTJ2K, JPH), JPEG LS, JPEG XL, JPEG XS, JPEG XR (WDP, HD Photo), Ultra HDR (JPEG_R), MOZJPEG, AVIF, HEIF, EXR, WIC (Windows Imaging Component), WavPack, QOI, RGBE (HDR), PixarLog, Jetraw, DICOM RLE, CCITT (RLE, T.4 and T.6), PackBits, Packed Integers (TIFF, MONO p and packed), Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle, Float24 (24-bit floating point), Bfloat16 (brain floating point), Quantize (Scale, BitGroom, BitRound, GranularBR), and CMS (color space transformations). Checksum functions are implemented for CRC-32, Adler-32, Fletcher-32, and Jenkins lookup3.

Changes

  • Limit IntEnum parameters to documented values (breaking).
  • Optimize lzw_decode and remove buffersize parameter (breaking).
  • Fix floatpred_encode for zero-stride data (#138).
  • Add ZSTD1 codec with optional hilo byte shuffle and BGR to RGB conversion.
  • Add cms_info function.
  • Add spng_encode filter parameter.
  • Add Zarr 3 compatible PCX and TGA codecs.
  • Support Python 3.15.

v2026.5.10

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 the following codecs, image formats, and data transforms: Zlib (DEFLATE), GZIP, LZMA, ZStandard (ZSTD), Blosc, Brotli, Snappy, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5, LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), HCOMP, PLIO, ZFP, SZ3, Meshopt, Pcodec, SPERR, AEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, PCX/DCX, TGA (TARGA), TIFF, WebP, JPEG (2 to 16-bit), Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K), High-throughput JPEG 2000 (HTJ2K, JPH), JPEG LS, JPEG XL, JPEG XS, JPEG XR (WDP, HD Photo), Ultra HDR (JPEG_R), MOZJPEG, AVIF, HEIF, EXR, WIC (Windows Imaging Component), WavPack, QOI, RGBE (HDR), PixarLog, Jetraw, DICOM RLE, CCITT (RLE, T.4 and T.6), PackBits, Packed Integers (TIFF, MONO p and packed), Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle, Float24 (24-bit floating point), Bfloat16 (brain floating point), Quantize (Scale, BitGroom, BitRound, GranularBR), and CMS (color space transformations). Checksum functions are implemented for CRC-32, Adler-32, Fletcher-32, and Jenkins lookup3.

Changes

  • Add Zarr 3 compatible codecs.
  • Add WIC codec based on Windows Imaging Component.
  • Add EXR codec based on OpenEXRCore library.
  • Add WAVPACK codec based on WavPack library.
  • Add HCOMP and PLIO codecs based on modified cfitsio library.
  • Add TGA and PCX/DCX legacy codecs.
  • Add option to pass SDR image to ultrahdr_encode.
  • Add option to specify primaries and transferfunction in jpegxl_encode (#137).
  • Add animated WebP encoding and decoding of all frames (breaking).
  • Remove cms_encode and cms_decode aliases for cms_transform (breaking).
  • Determine colorspace/pixeltype from profiles in cms_transform.
  • Allow to pass IntEnum parameters as strings except for levels.
  • Support decoding RLE8 and RLE4 compressed BMP.
  • Link zopfli_encode level to numiterations parameter.
  • Unify image layout handling in encode functions.
  • Fix code review issues.
  • Drop support for numpy 2.0 (SPEC0), Python 3.11, and macosx_x86_64.

v2026.3.6

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.

... (truncated)

Changelog

Sourced from imagecodecs's changelog.

2026.6.6

  • Limit IntEnum parameters to documented values (breaking).
  • Optimize lzw_decode and remove buffersize parameter (breaking).
  • Fix floatpred_encode for zero-stride data (#138).
  • Add ZSTD1 codec with optional hilo byte shuffle and BGR to RGB conversion.
  • Add cms_info function.
  • Add spng_encode filter parameter.
  • Add Zarr 3 compatible PCX and TGA codecs.
  • Support Python 3.15.

2026.5.10

  • Add Zarr 3 compatible codecs.
  • Add WIC codec based on Windows Imaging Component.
  • Add EXR codec based on OpenEXRCore library.
  • Add WAVPACK codec based on WavPack library.
  • Add HCOMP and PLIO codecs based on modified cfitsio library.
  • Add TGA and PCX/DCX legacy codecs.
  • Add option to pass SDR image to ultrahdr_encode.
  • Add option to specify primaries and transferfunction in jpegxl_encode (#137).
  • Add animated WebP encoding and decoding of all frames (breaking).
  • Remove cms_encode and cms_decode aliases for cms_transform (breaking).
  • Determine colorspace/pixeltype from profiles in cms_transform.
  • Allow to pass IntEnum parameters as strings except for levels.
  • Support decoding RLE8 and RLE4 compressed BMP.
  • Link zopfli_encode level to numiterations parameter.
  • Unify image layout handling in encode functions.
  • Fix code review issues.
  • Drop support for numpy 2.0 (SPEC0), Python 3.11, and macosx_x86_64.

2026.3.6

  • Add CCITTRLE, CCITTFAX3 and CCITTFAX4 codecs (decode only).
  • Implement packints_encode function.
  • Support lerc subcodec in tiff_encode function.
  • Support packed integers, ccitt and pixarlog compression in TIFF codec.
  • Support bitorder option in PACKINTS codec.
  • Support rounding in BFLOAT16 codec.
  • Support more BMP types.
  • Update PCODEC to new API.
  • Fix buffer overflows in third-party code.
  • Fix code review issues.

2026.1.14

  • Add tiff_encode function.
  • Add extra options for HTJ2K (#134).
  • Add linear RGB option to cms_profile.
  • Change ZSTD default compression level to 3.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

STIMscope Release and others added 3 commits June 12, 2026 00:00
Replace project content with the cleaned base-platform release.
Previous main history preserved as the first parent.
Bumps [imagecodecs](https://github.com/cgohlke/imagecodecs) from 2025.3.30 to 2026.6.6.
- [Release notes](https://github.com/cgohlke/imagecodecs/releases)
- [Changelog](https://github.com/cgohlke/imagecodecs/blob/master/CHANGES.rst)
- [Commits](cgohlke/imagecodecs@v2025.3.30...v2026.6.6)

---
updated-dependencies:
- dependency-name: imagecodecs
  dependency-version: 2026.6.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, pip. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from wimaan3 as a code owner June 13, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants