Skip to content

Releases: mm2/Little-CMS

Release candidate 1 of lcms2-2.18

30 Nov 16:16
@mm2 mm2

Choose a tag to compare

Pre-release

lcms2-2.18 is a maintenance release

WARNING: THIS IS A RELEASE CANDIDATE. FINAL CONTENTS OF 2.18 MAY CHANGE

Changes

  • Added projects for XCode 26 & Visual Studio 2026
  • Added documentation for PCS illuminants and chromatic adaptation
  • Check for a possible out-of-bounds in softproofing transforms when using cmsCreateExtendedTransform
  • Fix for a out-of-bound read, issue #522
  • Add an extra check for out-of-bounds read when misusing a support function
  • avoid divide by zero, special case from spec. notes on CAM02
  • Fix CGATS parser bug when number has a "+" sign
  • Fix a typo when handling a special case for BPC
  • Fixed a loss of precision when Lab16 is used as input color space on integer transforms
  • Fixes hypotetical corrupted pointer in non-happy path. Cannot happen in real world
  • Fix a theoretical memory leak.
  • Add support of localized descriptions in v2 profiles for MacOS
  • Mark some tables as const
  • Make the param of cmsCreateLab4Profile() to refer to the media white instead of the illuminant
  • fix a warning in unit tests
  • Remove redundant check. Fixes #497
  • Update autotools
  • fix plugins soname + add oklab to transicc (experimental)
  • meson: ability to disable .so.version libraries
  • Fix black point detection when using darker colorant.
  • testcms2.c: Fix incorrect string comparisons
  • Fix CICp tag size.
  • Fix broken linkicc
  • meson: Bump minimum Meson version to 0.52 for visibility:hidden
  • meson: Disable unused fs import
  • Add a guard against a wrong use of flags
  • Fix for #469 heap buffer overflow on convert_utf16_to_utf32()

Little CMS 2.17

09 Feb 19:59
@mm2 mm2

Choose a tag to compare

lcms2-2.17 is a maintenance release

Changes:

  • Add fuzzers foundation. Many thanks to Amir Montazery and Open-Source Technology Improvement Fund (ostif.org), Google, for funding that.
  • Add ability to disable building tests in meson
  • Fixed gamut warning not working on certain conditions
  • Mac sequoia added to test beds
  • Add the possibility of duplicating a NULL context for cloning defaults.
  • Small cleanup of CGATS parser.
  • Change computation of profile ID to follow actual ICC spec (yes, they changed the spec!)
  • Allow to apply color management on memory blocks > 4Gb.
  • Get rid of samples on meson compilation
  • Increase coverage of pre-multiplied alpha.
  • Bug fixing and cosmetical work.

Release candidate 1 of lcms2-2.17

19 Jan 17:41
@mm2 mm2

Choose a tag to compare

Pre-release

lcms2-2.17 is a maintenance release

WARNING: THIS IS A RELEASE CANDIDATE. FINAL CONTENTS OF 2.17 MAY CHANGE

Changes
Add fuzzers foundation. Many thanks to Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for funding that.
Add ability to disable building tests in meson
Fixed gamut warning not working on certain conditions
Mac sequoia added to test beds
Add the possibility of duplicating a NULL context for cloning defaults.
Small cleanup of CGATS parser
Change computation of profile ID to follow actual ICC spec (yes, they changed the spec!)
Allow to apply color management on memory blocks > 4Gb
Get rid of samples on meson compilation
Increase coverage of pre-multiplied alpha.
Bug fixing and cosmetical work on sources.

Little CMS 2.16

03 Dec 19:24
@mm2 mm2

Choose a tag to compare

lcms2-2.16 is a featured release

Changes

  • New: import .CUBE files as RGB device links
  • New: Read/Write MHC2 tags for Windows GPU access
  • New: Support for UTF8 on multi-localized Unicode functions
  • New: Support for OkLab color space, built-in and formatter.
  • Improved: floating point transforms float -> integer are now honored as float
  • Improved: MSYS2, mingw is now supported
  • Improved: preferred CMM, platform and creator now survives profile edition.
  • Fixed: tificc now can deal with Lab TIFF
  • Fixed: code can now be compiled by a C++17 compiler, "register" keyword use detected at compile time.
  • Fixed: Reverted PostScript creation that corrupted some interpreters.
  • Bug fixing

Release candidate 1 of lcms2-2.16

19 Nov 11:10
@mm2 mm2

Choose a tag to compare

Pre-release

lcms2-2.16 is a featured release

WARNING: THIS IS A RELEASE CANDIDATE. FINAL CONTENTS OF 2.16 MAY CHANGE

Changes

  • New: import .CUBE files as RGB devicelinks
  • New: Read/Write MHC2 tags for Windows GPU access
  • New:Support for UTF8 on multilocalized unicode functions
  • New: Suppot for OkLab color space, built-in and formatter.
  • Improved: floating point transforms float -> integer are now honored as float
  • Improved: MSYS2, mingw is now supported
  • Improved: proferred CMM, platform and creator now survives profile edition.
  • Fixed: tificc now can deal with Lab TIFF
  • Fixed: code can now be compiled by a C++17 compiler, "register" keywork use detected at compile time.
  • Fixed: Reverted PostScript creation that corrupted some interpreters.

Little CMS 2.15

01 Mar 20:39
@mm2 mm2

Choose a tag to compare

lcms2-2.15 is a maintenance release

Changes

  • New MESON build system, many thanks to amispark and Lovell Fuller for bringing this.
  • Fixed a bug that caused memory corruption on colord
  • cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles
  • Added more checks based of fuzzer discoveries.
  • MSYS2 can now compile lcms2
  • Checked on Apple Silicon M1 and M2
  • Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector

Release candidate 1 of lcms2-2.15

19 Feb 11:50
@mm2 mm2

Choose a tag to compare

Pre-release

lcms2-2.15 is a maintenance release

WARNING: THIS IS A RELEASE CANDIDATE. FINAL CONTENTS OF 2.15 MAY CHANGE

Changes

  • New MESON build system, many thanks to amispark and Lovell Fuller for bringing this.
  • Fixed a bug that caused memory corruption on colord
  • cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles
  • Added more checks based of fuzzer discoveries.
  • MSYS2 can now compile lcms2
  • Checked on Apple Silicon M1 and M2
  • Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector

LittleCMS 2.14

01 Nov 10:23
@mm2 mm2

Choose a tag to compare

lcms2-2.14 is a featured release

Changes

  • lcms2 now implements ICC specification 4.4
  • New multi-threaded plug-in
  • Several fixes to keep fuzzers happy
  • Removed check on DLL when CMS_NO_REGISTER_KEYWORD is used
  • Added more validation against broken profiles
  • Added more help to several tools
  • Revised documentation

ICC Version 4.4 and the multithreaded plug-in are important milestones. Fixes because fuzzers have been many, none of them harmful in terms of exploits.

Release candidate 1 of lcms2-2.14

15 Oct 18:16
@mm2 mm2

Choose a tag to compare

Pre-release

lcms2-2.14 is a featured release

WARNING: THIS IS A RELEASE CANDIDATE. FINAL CONTENTS OF 2.14 MAY CHANGE

Changes

  • lcms2 now implements ICC specification 4.4
  • New multi-threaded plug-in
  • several fixes to keep fuzzers happy
  • Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used
  • Added more validation against broken profiles
  • Add more help to several tools

ICC Version 4.4 and the multithreaded plug-in are important milestones. Fixes because fuzzers have been many, none of them harmful in terms of exploits.