<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Little Color Management System</title>
    <link>https://littlecms.com/</link>
    <description>Recent content on Little Color Management System</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://littlecms.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Stay tuned...</title>
      <link>https://littlecms.com/blog/2026/07/01/pdf-gamut/</link>
      <pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/blog/2026/07/01/pdf-gamut/</guid>
      <description>&lt;p&gt; &lt;/p&gt;&#xA;&lt;h1 id=&#34;something-truly-amazing-is-about-to-happen-at-littlecms&#34;&gt;Something truly amazing is about to happen at LittleCMS.&lt;/h1&gt;&#xA;&lt;h4 id=&#34;a-new-chapter-in-color-management-is-just-around-the-corner-bigger-smarter-and-more-capable-than-anything-weve-released-before&#34;&gt;A new chapter in color management is just around the corner. Bigger, smarter, and more capable than anything we’ve released before.&lt;/h4&gt;&#xA;&lt;video controls style=&#34;width:100%;height:100%;object-fit:cover;display:block;&#34;&gt;&#xD;&#xA;  &lt;source src=&#34;https://littlecms.com/img/blog/pdf_gamut.mp4&#34; type=&#34;video/mp4&#34;&gt;&#xD;&#xA;&lt;/video&gt;&#xD;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;h3 id=&#34;already-in-beta&#34;&gt;Already in Beta!&lt;/h3&gt;</description>
    </item>
    <item>
      <title>Vibe Security Researchers</title>
      <link>https://littlecms.com/blog/2026/06/11/vibe-security-researchers/</link>
      <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/blog/2026/06/11/vibe-security-researchers/</guid>
      <description>&lt;p&gt; &#xA;&lt;img src=&#34;https://littlecms.com/img/blog/vibe-security-researchers.png&#34; alt=&#34;Vibe Security Researchers&#34;&gt;&#xA; &lt;/p&gt;&#xA;&lt;p&gt;In the past years, I’ve witnessed a new character appear in the open-source ecosystem: what I call the &lt;strong&gt;‘Vibe security researcher.’&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Not a security engineer, not a contributor, but someone who points an AI agent at popular repositories, waits for it to flag any theoretical glitch, and then publishes a dramatic ‘high‑severity vulnerability’ report to collect GitHub credit.&lt;/p&gt;&#xA;&lt;p&gt;And it’s not because AI is suddenly uncovering deep, subtle security flaws. It’s because AI can now generate volume,&#xA;and some people have learned to turn that volume into visibility. A perfect illustration is CVE-2026-41254&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS 2.19 released</title>
      <link>https://littlecms.com/blog/2026/04/17/lcms2-2.19/</link>
      <pubDate>Fri, 17 Apr 2026 11:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2026/04/17/lcms2-2.19/</guid>
      <description>&lt;h2 id=&#34;little-cms-219-released&#34;&gt;Little CMS 2.19 released&lt;/h2&gt;&#xA;&lt;p&gt;I am glad to the announce the release 2.19 of the Little CMS open-source color engine. &lt;strong&gt;This is a featured release.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Changes:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;- CMake build system. Thanks to Vlad Erium for the initial implementation and kmilos for improvements. &#xD;&#xA;- Large files support to use profiles up to 4Gb&#xD;&#xA;- Black point compensation works on multi-channel profiles&#xD;&#xA;- Added more test platforms/architectures in GitHub tests, Cygwin and MSYS are now fully checked.&#xD;&#xA;- jpgicc banner is not shown on normal operation, only when help is requested.&#xD;&#xA;- Added a way to access internal transform pipelines. For read only.&#xD;&#xA;- Add a way to retrieve the CMM signature&#xD;&#xA;- Added extra checks on postscript undocumented functions&#xD;&#xA;- Added guard on integer overflow when reading .cube files&#xD;&#xA;- Added unneeded checks as a try to get rid of spam reports about &amp;quot;vulnerabilities&amp;quot; that are not real.&#xD;&#xA;- Utility program names generated by Visual Studio 2026 are now same as all other platforms.&#xD;&#xA;- Creating an output profile by cmsTransform2DeviceLink does not propagate correctly the colorant table. Fixed.&#xD;&#xA;- Added some profile class definitions from iccMAX&#xD;&#xA;- Deprecated uint16 and uint32 types removed from tiffdiff&#xD;&#xA;- fixed generation of tiffdiff on Cmake and meson&#xD;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Little CMS intends to be an open source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Insighter: looking inside ICC profiles</title>
      <link>https://littlecms.com/blog/2026/03/20/insighter/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/blog/2026/03/20/insighter/</guid>
      <description>&lt;p&gt;I have been writing color management code for a long time. One frustration that never went away: ICC profiles are opaque by default. You know something is off — a highlight clips, a neutral drifts — but actually &lt;em&gt;reading&lt;/em&gt; the profile requires either a hex editor or enough patience to parse the spec by hand.&lt;/p&gt;&#xA;&lt;p&gt;So at some point I just built a viewer. That became &lt;strong&gt;Insighter&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;what-is-actually-inside-a-profile&#34;&gt;What is actually inside a profile&lt;/h2&gt;&#xA;&lt;p&gt;An ICC profile is a binary file structured around a &lt;strong&gt;tag table&lt;/strong&gt;. Each tag has a four-character signature, an offset, and a size. The contents vary wildly — a &lt;code&gt;curv&lt;/code&gt; tag holds a tone curve, a &lt;code&gt;XYZ &lt;/code&gt; tag holds a three-component tristimulus value, an &lt;code&gt;mft2&lt;/code&gt; or &lt;code&gt;mAB &lt;/code&gt; tag holds a full multi-dimensional processing pipeline.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Insighter</title>
      <link>https://littlecms.com/insighter/</link>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/insighter/</guid>
      <description>&lt;h1 id=&#34;see-everything-inside-an-icc-profile---for-free&#34;&gt;See Everything Inside an ICC Profile - For Free&lt;/h1&gt;&#xA;&lt;div style=&#34;text-align:center; margin: 2rem 0;&#34;&gt;&#xA;  &lt;a href=&#34;#download&#34; style=&#34;&#xA;    display:inline-block;&#xA;    background:#0078ff;&#xA;    color:white;&#xA;    padding:1rem 2rem;&#xA;    font-size:1.4rem;&#xA;    border-radius:8px;&#xA;    text-decoration:none;&#xA;    font-weight:700;&#xA;    box-shadow:0 4px 12px rgba(0,0,0,0.15);&#xA;  &#34;&gt;&#xA;    ⬇️ Download Insighter Now&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Color management succeeds -or fails- based on what hides inside an ICC profile.&#xA;A tone curve that quietly clips your highlights, a CLUT that steamrolls your neutrals, an&#xA;adaptation matrix that nudges your white point into the uncanny valley&amp;hellip; These issues stay&#xA;invisible until the moment they ruin your day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Interger overflow</title>
      <link>https://littlecms.com/blog/2026/01/17/integer_overflow/</link>
      <pubDate>Sat, 17 Jan 2026 11:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2026/01/17/integer_overflow/</guid>
      <description>&lt;h1 id=&#34;integer-overflow&#34;&gt;Integer overflow&lt;/h1&gt;&#xA;&lt;p&gt;(&lt;a href=&#34;https://littlecms.com/img/signed_integer_overflow_in_lcms2.pdf&#34;&gt;Download the PDF&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;This short article discusses an issue discovered during the AI Cyber&#xA;Challenge (AIXCC), a remarkable competition where the Little CMS&#xA;codebase was among the open-source repositories examined. Derek Zimmer&#xA;from OSTIF reached out to me regarding a potential problem they had&#xA;identified, and David Korczynski provided all the necessary details.&lt;/p&gt;&#xA;&lt;p&gt;At first glance, the issue appeared to be a signed integer overflow;&#xA;nothing more than the usual unpleasantness, with no serious implications&#xA;beyond producing incorrect colors. It did not seem exploitable. However,&#xA;when I attempted to fix it, I uncovered a rather intriguing and&#xA;unfortunate coincidence that makes this bug worthy of a detailed&#xA;write-up. I hope you find it interesting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS 2.18 released</title>
      <link>https://littlecms.com/blog/2026/01/17/lcms2-2.18/</link>
      <pubDate>Sat, 17 Jan 2026 11:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2026/01/17/lcms2-2.18/</guid>
      <description>&lt;h2 id=&#34;little-cms-218-released&#34;&gt;Little CMS 2.18 released&lt;/h2&gt;&#xA;&lt;p&gt;I am glad to the announce the release 2.18 of the Little CMS open-source color engine. This is a maintenance release.&lt;/p&gt;&#xA;&lt;p&gt;Changes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add an extra check for completeness only.&lt;/li&gt;&#xA;&lt;li&gt;Fix a signed integer overflow which could trigger a FPE_INTOVF&lt;/li&gt;&#xA;&lt;li&gt;Fix Microsoft&#39;2 MHC2 private tag&lt;/li&gt;&#xA;&lt;li&gt;Added projects for XCode 26 &amp;amp; Visual Studio 2026&lt;/li&gt;&#xA;&lt;li&gt;Added documentation for PCS illuminants and chromatic adaptation&lt;/li&gt;&#xA;&lt;li&gt;Check for a possible out-of-bounds in softproofing transforms when using cmsCreateExtendedTransform&lt;/li&gt;&#xA;&lt;li&gt;Fix for a out-of-bound read, issue #522&lt;/li&gt;&#xA;&lt;li&gt;Add an extra check for out-of-bounds read when misusing a support function&lt;/li&gt;&#xA;&lt;li&gt;avoid divide by zero, special case from spec. notes on CAM02&lt;/li&gt;&#xA;&lt;li&gt;Fix CGATS parser bug when number has a &amp;ldquo;+&amp;rdquo; sign&lt;/li&gt;&#xA;&lt;li&gt;Fix a typo when handling a special case for BPC&lt;/li&gt;&#xA;&lt;li&gt;Fixed a loss of precision when Lab16 is used as input color space on integer transforms&lt;/li&gt;&#xA;&lt;li&gt;Fixes hypotetical corrupted pointer in non-happy path. Cannot happen in real world&lt;/li&gt;&#xA;&lt;li&gt;Fix a theoretical memory leak.&lt;/li&gt;&#xA;&lt;li&gt;Add support of localized descriptions in v2 profiles for MacOS&lt;/li&gt;&#xA;&lt;li&gt;Mark some tables as const&lt;/li&gt;&#xA;&lt;li&gt;Make the param of cmsCreateLab4Profile() to refer to the media white instead of the illuminant&lt;/li&gt;&#xA;&lt;li&gt;fix a warning in unit tests&lt;/li&gt;&#xA;&lt;li&gt;Remove redundant check. Fixes #497&lt;/li&gt;&#xA;&lt;li&gt;Update autotools&lt;/li&gt;&#xA;&lt;li&gt;fix plugins soname + add oklab to transicc (experimental)&lt;/li&gt;&#xA;&lt;li&gt;meson: ability to disable .so.version libraries&lt;/li&gt;&#xA;&lt;li&gt;Fix black point detection when using darker colorant.&lt;/li&gt;&#xA;&lt;li&gt;testcms2.c: Fix incorrect string comparisons&lt;/li&gt;&#xA;&lt;li&gt;Fix CICp tag size.&lt;/li&gt;&#xA;&lt;li&gt;Fix broken linkicc&lt;/li&gt;&#xA;&lt;li&gt;meson: Bump minimum Meson version to 0.52 for visibility:hidden&lt;/li&gt;&#xA;&lt;li&gt;meson: Disable unused fs import&lt;/li&gt;&#xA;&lt;li&gt;Add a guard against a wrong use of flags&lt;/li&gt;&#xA;&lt;li&gt;Fix for #469 heap buffer overflow on convert_utf16_to_utf32()&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Little CMS intends to be an open source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management. The ICC specification is widely used and is referred to in many International and other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Refining Color: Why I&#39;m Proud of the Monitor ICC Tweaker</title>
      <link>https://littlecms.com/blog/2025/10/10/monitor_icc_tweaker/</link>
      <pubDate>Fri, 10 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/blog/2025/10/10/monitor_icc_tweaker/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://littlecms.com/img/blog/calibrating.png&#34; alt=&#34;ICC workflow&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;-precision-meets-usability&#34;&gt;🎨 Precision Meets Usability&lt;/h2&gt;&#xA;&lt;p&gt;Color management is often a silent partner in digital workflows, critical, yet invisible. With the &lt;strong&gt;Monitor ICC Tweaker&lt;/strong&gt;, I wanted to break that silence and give professionals a tool that not only refines display profiles but does so with &lt;strong&gt;visual feedback&lt;/strong&gt;, &lt;strong&gt;CIECAM16 appearance modeling&lt;/strong&gt;, and &lt;strong&gt;.CUBE LUT integration&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t just another utility. It&amp;rsquo;s a bridge between &lt;strong&gt;scientific modeling&lt;/strong&gt; and &lt;strong&gt;practical control&lt;/strong&gt;, designed for those who demand accuracy without sacrificing usability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Color Management on Qt with LittleCMS</title>
      <link>https://littlecms.com/blog/2020/12/09/using-lcms2-on-qt/</link>
      <pubDate>Wed, 09 Dec 2020 19:00:10 +0200</pubDate>
      <guid>https://littlecms.com/blog/2020/12/09/using-lcms2-on-qt/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been using &lt;a href=&#34;https://www.qt.io/company&#34;&gt;Qt, by Qt Group&lt;/a&gt; for years and I must confess I am delighted.&#xA;Many toolkits promises the mantra &amp;ldquo;Code once and run everywhere&amp;rdquo;, but indeed this works with Qt. Qt6 was&#xA;announced few days ago. They now include some sort of color management on images&#xA;&lt;a href=&#34;https://doc-snapshots.qt.io/qt6-dev/qcolorspace.html&#34;&gt;QColorSpace&lt;/a&gt;, but still no neat way to use&#xA;complex ICC V4 pipelines.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://littlecms.com/img/blog/qt.png&#34; alt=&#34;Qt&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;In this small article I will show you how to do true RGB color management in Qt, by using LittleCMS, with very few lines of code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browser check</title>
      <link>https://littlecms.com/blog/2020/09/09/browser-check/</link>
      <pubDate>Wed, 09 Sep 2020 12:00:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2020/09/09/browser-check/</guid>
      <description>&lt;h2 id=&#34;it-is-browser-color-management-check-day&#34;&gt;It is Browser color management check day!&lt;/h2&gt;&#xA;&lt;p&gt;As some users asked for this, I am recovering an old test I posted in lcms blog many years ago. Basically,&#xA;it uses special images with crafted embedded profiles. If profiles are  correctly honored, a text will&#xA;show up. But not all web browsers behave equally.&lt;/p&gt;&#xA;&lt;p&gt;Here are &lt;strong&gt;the old tests&lt;/strong&gt;. They only check V2 compatibility.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://littlecms.com/img/blog/check_lut.jpg&#34; alt=&#34;Test 1&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://littlecms.com/img/blog/check_full.jpg&#34; alt=&#34;Test 2&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;No surprises. The images are using embedded profiles to do the trick. A &lt;strong&gt;self-explanatory&lt;/strong&gt; text shows up on each image.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Babl throughput comparative</title>
      <link>https://littlecms.com/blog/2019/10/02/througput-babl/</link>
      <pubDate>Wed, 02 Oct 2019 21:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2019/10/02/througput-babl/</guid>
      <description>&lt;h4 id=&#34;from-time-to-time-i-discover-wonderful-things-like-this&#34;&gt;From time to time, I discover wonderful things like this:&lt;/h4&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;h4 id=&#34;gimp-210-release-notes&#34;&gt;GIMP 2.10 release notes&lt;/h4&gt;&#xA;&lt;p&gt;&amp;ldquo;GIMP now uses LittleCMS v2, which allows it to use ICC v4 color profiles.&#xA;It also partially relies on the babl library for handling color transforms,&#xA;since babl is simply &lt;strong&gt;up to 10 times faster than LCMS2&lt;/strong&gt; for the cases we tested&#xA;both of them on. Eventually babl could replace LittleCMS in GIMP.&amp;rdquo;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;OMG!&lt;/strong&gt; something seems very wrong with the Little CMS engine!! How it can be &lt;strong&gt;so&lt;/strong&gt; slow despite all optimizations it internally has?&#xA;Should I plan a major rewrite for those parts?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Site redesigned</title>
      <link>https://littlecms.com/blog/2019/10/02/new-site/</link>
      <pubDate>Wed, 02 Oct 2019 21:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2019/10/02/new-site/</guid>
      <description>&lt;p&gt;After some experimentation, I got a brand new site.&lt;/p&gt;&#xA;&lt;p&gt;This time I&amp;rsquo;ve used &lt;img src=&#34;https://littlecms.com/img/banners/hugo.png&#34; alt=&#34;Hugo&#34;&gt; &lt;a href=&#34;https://gohugo.io/&#34;&gt;https://gohugo.io/&lt;/a&gt; for creating it.&lt;/p&gt;&#xA;&lt;p&gt;Hope you like the new look!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visualizing gamuts</title>
      <link>https://littlecms.com/blog/2019/10/02/visualizing-gamut/</link>
      <pubDate>Wed, 02 Oct 2019 21:49:20 +0200</pubDate>
      <guid>https://littlecms.com/blog/2019/10/02/visualizing-gamut/</guid>
      <description>&lt;p&gt;Days ago, a very interesting question arose in the mailing list.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;h4 id=&#34;how-can-i-visualiza-the-gamut-of-a-profile&#34;&gt;How can I visualiza the gamut of a profile?&lt;/h4&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Little CMS does not offer direct tools to do that. But with some code, it is easy to do so. &lt;strong&gt;Be warned there is some hacking required&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;A typical profile can be thought as a &amp;ldquo;black box&amp;rdquo; that translates values from a colorimetric space, usually CIE L*a*b*, to a device space.&#xA;For example, RGB in a screen profile. Since the range of realizable colors (the gamut) is limited on real devices, not all Lab values would&#xA;have a corresponding RGB. Only the Lab values that are inside monitor gamut would be displayed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://littlecms.com/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/contact/</guid>
      <description>&lt;h2 id=&#34;we-are-here-to-help-you&#34;&gt;We are here to help you&lt;/h2&gt;&#xA;&lt;p&gt;Are you curious about something? Do you have some kind of problem with our products?&lt;/p&gt;&#xA;&lt;p&gt;Please feel free to contact me. Feedback is welcome!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS applications using LGPL3 libraries</title>
      <link>https://littlecms.com/lgpl3/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/lgpl3/</guid>
      <description>&lt;h4 id=&#34;instructions-to-replace-the-shared-libraries-in-littlecms-applications&#34;&gt;INSTRUCTIONS TO REPLACE THE SHARED LIBRARIES IN LITTLECMS APPLICATIONS.&lt;/h4&gt;&#xA;&lt;p&gt;In accordance with the LGPL3 license, here you can download  The full source code neccesary&#xA;to build the shared libraries used by Little CMS commercial products.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://littlecms.com/Qt5Src.7z&#34;&gt;Qt5 Source Code used in LittleCMS products&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://littlecms.com/Qt6Src.7z&#34;&gt;Qt6 Source Code used in LittleCMS products&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You need to compile the following shared libraries:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Qt6Core&lt;/li&gt;&#xA;&lt;li&gt;Qt6Gui&lt;/li&gt;&#xA;&lt;li&gt;Qt6Widgets&lt;/li&gt;&#xA;&lt;li&gt;Qt6OpenGL&lt;/li&gt;&#xA;&lt;li&gt;Qt6OpenGLWidgets&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;or&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Qt5Core&lt;/li&gt;&#xA;&lt;li&gt;Qt5Gui&lt;/li&gt;&#xA;&lt;li&gt;Qt5Widgets&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Additional libraries may be needed from the above, refer to the source code package for detailed instructions from qt.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS color abstractor</title>
      <link>https://littlecms.com/abstractor/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/abstractor/</guid>
      <description>&lt;div style=&#34;text-align:center; margin: 2rem 0;&#34;&gt;&#xD;&#xA;  &lt;a href=&#34;#download&#34; style=&#34;&#xD;&#xA;    display:inline-block;&#xD;&#xA;    background:#0078ff;&#xD;&#xA;    color:white;&#xD;&#xA;    padding:1rem 2rem;&#xD;&#xA;    font-size:1.4rem;&#xD;&#xA;    border-radius:8px;&#xD;&#xA;    text-decoration:none;&#xD;&#xA;    font-weight:700;&#xD;&#xA;    box-shadow:0 4px 12px rgba(0,0,0,0.15);&#xD;&#xA;  &#34;&gt;&#xD;&#xA;    ⬇️ Download Color Abstractor Now&lt;/a&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p&gt;&lt;strong&gt;Little CMS Color Abstractor&lt;/strong&gt; is an &lt;strong&gt;abstract ICC profile authoring tool&lt;/strong&gt;. It allows you to&#xA;create abstract profiles for adjustment on viewing conditions or a variety of special effects on&#xA;chroma, hue, brightness, saturation&amp;hellip; etc.&#xA;&lt;strong&gt;This is not an image editor program&lt;/strong&gt;, instead is an adjusts generator that image editors can use.&#xA;The tool was designed to allow careful adjustments on soft-proofing and viewing conditions modelling,&#xA;but has proven to be an awesome source of special effects on color when using crazy parameters!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Color Translator</title>
      <link>https://littlecms.com/translator/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/translator/</guid>
      <description>&lt;div style=&#34;text-align:center; margin: 2rem 0;&#34;&gt;&#xD;&#xA;  &lt;a href=&#34;#download&#34; style=&#34;&#xD;&#xA;    display:inline-block;&#xD;&#xA;    background:#0078ff;&#xD;&#xA;    color:white;&#xD;&#xA;    padding:1rem 2rem;&#xD;&#xA;    font-size:1.4rem;&#xD;&#xA;    border-radius:8px;&#xD;&#xA;    text-decoration:none;&#xD;&#xA;    font-weight:700;&#xD;&#xA;    box-shadow:0 4px 12px rgba(0,0,0,0.15);&#xD;&#xA;  &#34;&gt;&#xD;&#xA;    ⬇️ Download Color Translator Now&#xD;&#xA;  &lt;/a&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p&gt;&lt;strong&gt;Little CMS Color Translator 5&lt;/strong&gt; is the definitive tool for &lt;strong&gt;convert, assign&lt;/strong&gt;, &lt;strong&gt;embed ICC profiles&lt;/strong&gt;&#xA;in &lt;strong&gt;TIFF&lt;/strong&gt;, &lt;strong&gt;JPEG&lt;/strong&gt;, &lt;strong&gt;PNG&lt;/strong&gt;, &lt;strong&gt;OpenEXR&lt;/strong&gt;, &lt;strong&gt;WebP&lt;/strong&gt; and &lt;strong&gt;PDF files&lt;/strong&gt;. Works in background for image lists or as &lt;strong&gt;hot-folder&lt;/strong&gt;.&#xA;Supports many variants for each format. It can deal with RGB, Gray, CMYK, CIE Lab, Multi-ink separations up to 16 channels and splot color lists. It does black-preservation, smart intents,&#xA;abstract profile adjustment chains, devicelink and named color profiles, linear light color spaces&amp;hellip; &lt;strong&gt;WORKS FOR FREE ON IMAGES UNDER 60K&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Color Translator MINI</title>
      <link>https://littlecms.com/translator-mini/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/translator-mini/</guid>
      <description>&lt;div style=&#34;text-align:center; margin: 2rem 0;&#34;&gt;&#xD;&#xA;  &lt;a href=&#34;#download&#34; style=&#34;&#xD;&#xA;    display:inline-block;&#xD;&#xA;    background:#0078ff;&#xD;&#xA;    color:white;&#xD;&#xA;    padding:1rem 2rem;&#xD;&#xA;    font-size:1.4rem;&#xD;&#xA;    border-radius:8px;&#xD;&#xA;    text-decoration:none;&#xD;&#xA;    font-weight:700;&#xD;&#xA;    box-shadow:0 4px 12px rgba(0,0,0,0.15);&#xD;&#xA;  &#34;&gt;&#xD;&#xA;    ⬇️ Download Color Translator MINI Now&#xD;&#xA;  &lt;/a&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p&gt;&lt;img src=&#34;https://littlecms.com/img/translator/dashboard_mini.png&#34; alt=&#34;Buy me a cup of cofee&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;What a hidden gem!&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Little CMS Color Translator MINI&lt;/strong&gt; offers all the power of color translator for RGB workflows, but a very reduced price.&#xA;You can &lt;strong&gt;convert, assign&lt;/strong&gt;, &lt;strong&gt;embed ICC profiles&lt;/strong&gt; in &lt;strong&gt;TIFF&lt;/strong&gt;, &lt;strong&gt;JPEG&lt;/strong&gt;, &lt;strong&gt;PNG&lt;/strong&gt;, &lt;strong&gt;OpenEXR&lt;/strong&gt; and &lt;strong&gt;WebP&lt;/strong&gt;. It also can work as &lt;strong&gt;hot-folder&lt;/strong&gt;!&#xA;Take a break, order a cup of coffe, add some cookies, and this is what the color translator &lt;strong&gt;MINI&lt;/strong&gt; will take. You have&#xA;absolutely &lt;strong&gt;no excuse&lt;/strong&gt; this time. Anyway, you can evaluate this software too. The evaluation limits the image size to 60K, otherwise everything&#xA;is functional.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Color Translator RGB</title>
      <link>https://littlecms.com/translator-rgb/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/translator-rgb/</guid>
      <description>&lt;h3 id=&#34;drop-pdf-and-image-files-to-the-color-translator-and-get-them-converted-to-your-printers-color-choice&#34;&gt;Drop PDF and image files to the color translator and get them converted to your printer&amp;rsquo;s color choice.&lt;/h3&gt;&#xA;&lt;p&gt;All the power of a professional color management tool made easy.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Multi-core&lt;/strong&gt; Convert tons of images fast. This software makes full use of your CPU multi-core capabilities.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Unattended&lt;/strong&gt; Drop a folder, minimize the translator and get it it back when all work is done.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Consistent&lt;/strong&gt; You will get same color on Mac and Windows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS custom development</title>
      <link>https://littlecms.com/development/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/development/</guid>
      <description>&lt;p&gt;We turn complex technology challenges into working software. With &lt;strong&gt;over 35 years of experience&lt;/strong&gt;&#xA;in color management, printing systems, embedded firmware and cross-platform engineering, we deliver&#xA;solutions from prototype to production — for start-ups, mid-sized firms and enterprise customers alike.&lt;/p&gt;&#xA;&lt;div class=&#34;lcms-stats-bar&#34;&gt;&#xD;&#xA;  &lt;div class=&#34;lcms-stat&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-value text-primary&#34;&gt;35&amp;#43;&lt;/div&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-label&#34;&gt;Years of experience&lt;/div&gt;&#xD;&#xA;  &lt;/div&gt;&#xD;&#xA;  &lt;div class=&#34;lcms-stat&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-value text-success&#34;&gt;100%&lt;/div&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-label&#34;&gt;Accepted projects completed&lt;/div&gt;&#xD;&#xA;  &lt;/div&gt;&#xD;&#xA;  &lt;div class=&#34;lcms-stat&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-value text-primary&#34;&gt;11&lt;/div&gt;&#xD;&#xA;    &lt;div class=&#34;lcms-stat-label&#34;&gt;Industry domains served&lt;/div&gt;&#xD;&#xA;  &lt;/div&gt;&#xD;&#xA;&lt;/div&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;what-we-do&#34;&gt;What we do&lt;/h2&gt;&#xA;&lt;div class=&#34;lcms-features-grid&#34;&gt;&#xD;&#xA;&lt;div class=&#34;lcms-feature-item&#34;&gt;&#xD;&#xA;  &lt;i class=&#34;fa fa-code fa-3x text-primary&#34;&gt;&lt;/i&gt;&#xD;&#xA;  &lt;h4&gt;Full-cycle development&lt;/h4&gt;&#xD;&#xA;  &lt;p&gt;From simple customizations to complete engineering. We cover requirements, design,&#xA;implementation, testing and delivery — whatever the project size.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Monitor ICC Tweaker</title>
      <link>https://littlecms.com/monitor_icc_tweaker/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/monitor_icc_tweaker/</guid>
      <description>&lt;div style=&#34;text-align:center; margin: 2rem 0;&#34;&gt;&#xD;&#xA;  &lt;a href=&#34;#download&#34; style=&#34;&#xD;&#xA;    display:inline-block;&#xD;&#xA;    background:#0078ff;&#xD;&#xA;    color:white;&#xD;&#xA;    padding:1rem 2rem;&#xD;&#xA;    font-size:1.4rem;&#xD;&#xA;    border-radius:8px;&#xD;&#xA;    text-decoration:none;&#xD;&#xA;    font-weight:700;&#xD;&#xA;    box-shadow:0 4px 12px rgba(0,0,0,0.15);&#xD;&#xA;  &#34;&gt;&#xD;&#xA;    ⬇️ Download Monitor ICC Tweaker Now&#xD;&#xA;  &lt;/a&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p&gt;&lt;strong&gt;Little CMS Monitor ICC Tweaker&lt;/strong&gt; is a &lt;strong&gt;monitor ICC profile refinement tool&lt;/strong&gt;. It allows you to visually&#xA;and interactively adjust ICC profiles for your display, enhancing color fidelity, appearance,&#xA;and workflow-specific characteristics. Whether you&amp;rsquo;re working with manufacturer-supplied profiles&#xA;or custom spectrophotometric measurements, this tool helps you fine-tune them with precision.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Open Source Color Engine</title>
      <link>https://littlecms.com/color-engine/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/color-engine/</guid>
      <description>&lt;h2 id=&#34;littlecms-color-engine-what-is-the-little-cms-color-engine&#34;&gt;&lt;img src=&#34;https://littlecms.com/img/icclogos.png&#34; alt=&#34;LittleCMS color engine&#34;&gt; What is the Little CMS color engine?&lt;/h2&gt;&#xA;&lt;p&gt;This is an &lt;strong&gt;OPEN SOURCE&lt;/strong&gt; small-footprint color management engine, with special focus on accuracy&#xA;and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when&#xA;regarding to color management. The ICC specification is widely used and is referred to in many International and&#xA;other de-facto standards. It was approved as an International Standard, ISO 15076-1, in 2005.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Plugins</title>
      <link>https://littlecms.com/plugin/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/plugin/</guid>
      <description>&lt;div class=&#34;text-center&#34; style=&#34;margin-bottom:1.5em;&#34;&gt;&#xD;&#xA;  &lt;img src=&#34;https://littlecms.com/img/plugin.png&#34; alt=&#34;Plugin Logo&#34; style=&#34;max-height:120px;&#34;&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p class=&#34;lead text-center&#34;&gt;&#xD;&#xA;  LittleCMS ships two optional speed plug-ins included in the standard distribution.&#xD;&#xA;  Both are open-source under &lt;strong&gt;GPL3&lt;/strong&gt; and available under a&#xD;&#xA;  &lt;strong&gt;commercial licence&lt;/strong&gt; for closed-source products.&#xD;&#xA;  They can be used independently or stacked together for maximum throughput.&#xD;&#xA;&lt;/p&gt;&#xD;&#xA;&lt;div class=&#34;row&#34; style=&#34;margin:2em 0 2.5em 0;&#34;&gt;&#xD;&#xA;  &lt;div class=&#34;col-md-6&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;panel panel-primary&#34; style=&#34;height:100%;&#34;&gt;&#xD;&#xA;      &lt;div class=&#34;panel-heading&#34;&gt;&#xD;&#xA;        &lt;h3 class=&#34;panel-title&#34;&gt;&amp;#9889;&amp;nbsp; Fast Float Plug-in&lt;/h3&gt;&#xD;&#xA;      &lt;/div&gt;&#xD;&#xA;      &lt;div class=&#34;panel-body&#34;&gt;&#xD;&#xA;        &lt;p&gt;Replaces generic interpolation with hand-tuned kernels and SIMD instructions&#xD;&#xA;        for 8-bit and floating-point color transforms. Detects special cases and shortcuts&#xD;&#xA;        them entirely.&lt;/p&gt;&#xD;&#xA;        &lt;ul class=&#34;list-unstyled&#34;&gt;&#xD;&#xA;          &lt;li&gt;&amp;#10003;&amp;nbsp; 8-bit, 16-bit &amp;amp; floating-point transforms&lt;/li&gt;&#xD;&#xA;          &lt;li&gt;&amp;#10003;&amp;nbsp; SIMD acceleration (SSE2 / AVX when available)&lt;/li&gt;&#xD;&#xA;          &lt;li&gt;&amp;#10003;&amp;nbsp; Photoshop 1.15 fixed-point support&lt;/li&gt;&#xD;&#xA;          &lt;li&gt;&amp;#10003;&amp;nbsp; Error-diffusion dither output&lt;/li&gt;&#xD;&#xA;        &lt;/ul&gt;&#xD;&#xA;      &lt;/div&gt;&#xD;&#xA;      &lt;div class=&#34;panel-footer text-center&#34;&gt;&#xD;&#xA;        &lt;a href=&#34;#fast-float&#34; class=&#34;btn btn-primary btn-md&#34;&gt;&#xD;&#xA;          Fast Float Plug-in &amp;nbsp;&amp;#8595;&#xD;&#xA;        &lt;/a&gt;&#xD;&#xA;      &lt;/div&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;  &lt;/div&gt;&#xD;&#xA;  &lt;div class=&#34;col-md-6&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;panel panel-success&#34; style=&#34;height:100%;&#34;&gt;&#xD;&#xA;      &lt;div class=&#34;panel-heading&#34;&gt;&#xD;&#xA;        &lt;h3 class=&#34;panel-title&#34;&gt;&amp;#9881;&amp;nbsp; Multithreaded Plug-in&lt;/h3&gt;&#xD;&#xA;      &lt;/div&gt;&#xD;&#xA;      &lt;div class=&#34;panel-body&#34;&gt;&#xD;&#xA;        &lt;p&gt;Distributes every color transform across all available CPU cores using native&#xD;&#xA;        threads. Works transparently on top of any transform engine, including the fast&#xD;&#xA;        float plug-in.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS Professional Color Tools</title>
      <link>https://littlecms.com/professional/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/professional/</guid>
      <description>&lt;p&gt;Those are the solutions we are offering to color management professionals. Click on each solution for more information.&lt;/p&gt;&#xA;&lt;h1 id=&#34;fast-floating-point-plug-in&#34;&gt;&lt;a href=&#34;https://littlecms.com/plugin/&#34;&gt;&lt;img src=&#34;https://littlecms.com/img/plugin.png&#34; alt=&#34;Fast floating point plug-in&#34;&gt; Fast floating point plug-in&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;Little CMS floating point plug-in&lt;/strong&gt; is an extension for the free color management engine. It adds improved speed to floating-point color transforms and&#xA;add some additional features, like dithering and internal Photoshop format. Licensed under GPL3, you can purchase a separate, commercial license&#xA;if you plan to sell your products.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Little CMS training</title>
      <link>https://littlecms.com/training/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/training/</guid>
      <description>&lt;div class=&#34;row&#34; style=&#34;margin: 2em 0 2.5em 0; align-items: center;&#34;&gt;&#xD;&#xA;  &lt;div class=&#34;col-md-8&#34;&gt;&#xD;&#xA;    &lt;h2 style=&#34;margin-top:0;&#34;&gt;Hello! My name is Marti Maria.&lt;/h2&gt;&#xD;&#xA;    &lt;p class=&#34;lead&#34;&gt;&#xD;&#xA;      I am the author of the Little CMS color engine — the color management library used by&#xD;&#xA;      thousands of companies worldwide since 1998.&#xD;&#xA;    &lt;/p&gt;&#xD;&#xA;    &lt;p&gt;&#xD;&#xA;      The &lt;strong&gt;Little CMS&lt;/strong&gt; business model is straightforward: the code is&#xD;&#xA;      &lt;strong&gt;free and open-source&lt;/strong&gt;, and our training lets your developers use it&#xD;&#xA;      quickly and correctly. In most cases, a course costs a &lt;strong&gt;small fraction&lt;/strong&gt;&#xD;&#xA;      of what the same knowledge would cost in developer trial-and-error time.&#xD;&#xA;    &lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy of Little CMS</title>
      <link>https://littlecms.com/privacy-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://littlecms.com/privacy-policy/</guid>
      <description>&lt;p&gt;Martin Maria Saguer operates the &lt;a href=&#34;https://www.littlecms.com&#34;&gt;https://www.littlecms.com&lt;/a&gt; website, which provides the SERVICE.&lt;/p&gt;&#xA;&lt;p&gt;This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service, the &lt;a href=&#34;https://www.littlecms.com&#34;&gt;www.littlecms.com&lt;/a&gt; website.&lt;/p&gt;&#xA;&lt;p&gt;If you choose to use our Service, then you agree to the collection and use of information in relation with this policy. The Personal Information that we collect are used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
