Re: [Lcms-user] Release candidate of lcms2-2.10 available
An ICC-based CMM for color management
Brought to you by:
mm2
From: <mar...@li...> - 2020-05-21 07:50:30
|
Quoting Richard Hughes <hug...@gm...>: > Work great here, thanks. All the colord self tests pass with this installed. Thanks! >> MD5 is now accesible in API. > Do you mean something like cmsSetHeaderProfileID? You have cmsMD5alloc, cmsMD5add, cmsMD5finish in the plug-in API. This exposes the internal implementation of the MD5 algorithm. Good for embedded systems and situations whith scarce resources where code reuse is a big requirement. Otherwise, carefull about MD5, which has been proven to be insecure. I use it because the ICC spec, but there are way better message digest algorithms. > > Less awesome. :( Whilst I really appreciate the "gift" of the fast > math plugin, if it was "LGPL v2+" I could unconditionally enable it in > colord. Obviously the L in the LGPLv2+ means it can be used in > non-free software (which is probably why you chose the * variant) but > it means it can be used by the animation studios and places like that. > I really don't want to come across ungrateful, as it's your gift to > give, not the receiver to set conditions. Well, this is a way to give support to free software. The plug-in basically adds thoughput. With the core lcms2 you can do the same. If you do free free software you can use it for free. If you need this on commercial software, please contact me privately. There is a commercial license available at a reasonable fee. Best regards Marti |