Commit Graph

24 Commits

Author SHA1 Message Date
Alexandre Julliard 11fb2a5918 mscms: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-10 17:19:44 +01:00
Alexandre Julliard daf9f12850 mscms: Move liblcms support to a new Unix library.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-10 17:19:44 +01:00
Hans Leidekker a48955a86b mscms: Map BM_KYMCQUADS to TYPE_KYMC_8.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-25 12:51:21 +01:00
Hans Leidekker d2c9e5560a mscms: Let liblcms2 determine input and output format for transform profiles. 2015-08-06 23:36:03 +09:00
Hans Leidekker ee84980895 mscms: Check the return value of a couple of liblcms2 calls. 2015-08-06 23:36:03 +09:00
Frédéric Delanoy 685b931c2a mscms: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
Hans Leidekker 45191c542c mscms: Get rid of the MSCMS_ prefix. 2013-07-29 14:27:55 +02:00
Hans Leidekker d40c91262b mscms: Port to liblcms2. 2013-07-29 14:27:52 +02:00
Hans Leidekker 641a6e6c45 mscms: Handle more bitmap formats. 2012-11-13 16:54:53 +01:00
Marcus Meissner 933b3af981 mscms: Added missing breaks (Coverity). 2011-04-04 11:51:23 +02:00
Marcus Meissner aca1b275aa mscms: Fixed bad sizeof() (Coverity). 2011-04-04 11:46:09 +02:00
Michael Stefaniuc 038fbe23cc mscms: Don't produce unreachable code with #ifdef (Smatch). 2010-10-26 11:53:59 +02:00
Hans Leidekker 872fded817 mscms: Fix a memory leak in TranslateColors. 2010-10-18 19:08:37 +02:00
Detlef Riekenberg 991c76525f mscms: Quiet a noisy fixme. 2008-10-21 13:22:50 +02:00
Hans Leidekker 3e30e29847 mscms: Rewrite handle management to be thread-safe. Allocate handles dynamically. 2008-03-25 12:48:22 +01:00
Dmitry Timoshkov b9bea18cfe mscms: Allow compilation without LCMS installed. 2008-02-26 11:20:58 +01:00
Hans Leidekker d91f3a93ae mscms: Implement TranslateColors and improve the other transformation functions. 2008-02-25 20:41:44 +01:00
Hans Leidekker 3dbac638b0 mscms: Document the transform functions. 2006-10-05 18:06:37 +02:00
Hans Leidekker 6ea5f65649 mscms: Win64 printf format warning fixes. 2006-10-02 14:32:23 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Hans Leidekker bb72a06e54 Make lcms support depend on headers _and_ libraries, not just the
headers.
2005-07-18 15:10:36 +00:00
Hans Leidekker d3447022e1 Link directly to liblcms.
Fix typo in test.
2005-07-15 10:09:43 +00:00
Hans Leidekker 3137566631 - Implement TranslateBitmapBits.
- Don't pass bogus intent values to lcms.
2005-03-08 19:00:14 +00:00
Hans Leidekker a5e361e6b8 - Add support for color transform handles.
- Implement CreateColorTransform{A,W}, CreateMultiProfileTransform,
  DeleteColorTransform.
- Don't depend on lcms for the implementation of
  IsColorProfileTagPresent.
2005-02-21 18:38:15 +00:00