Re: [Lcms-user] Small API addition to lcms v2

2011-04-28 Thread Richard Hughes
On 5 April 2011 14:48, marti.ma...@littlecms.com wrote: > Thanks Robin, I'm including this in 2.2 master sources. Marti, do you have any release date in mind for the next release? I'm thinking of uploading a git snapshot to Fedora to fix several of the bigger bugs, and wanted to make sure a tarba

Re: [Lcms-user] Small API addition to lcms v2

2011-04-05 Thread marti.ma...@littlecms.com
Thanks Robin, I'm including this in 2.2 master sources. Regards Marti Original Message: - From: Robin Watts robin.wa...@artifex.com Date: Mon, 04 Apr 2011 16:26:11 +0100 To: lcms-user@lists.sourceforge.net Subject: [Lcms-user] Small API addition to lcms v2 Gents, I

Re: [Lcms-user] Small API addition to lcms v2

2011-04-04 Thread Robin Watts
In message Kai-Uwe Behrmann wrote: > One other alternative way to provide the functionality as in your > patch is to add a wrapper around lcms' cmsHTRANSFORM, like > > struct lcms_wrapper { >objectType type; >cmsHTRANSFORM xform; >cmsHPROFILE profile_array[]; >int profi

Re: [Lcms-user] Small API addition to lcms v2

2011-04-04 Thread Kai-Uwe Behrmann
Am 04.04.11, 16:26 +0100 schrieb Robin Watts: > Gents, > > I have recently started the process of modifying Ghostscript to be > able to use lcms v2 rather than v1 as is currently the case. > > In so doing, I have found a couple of things I've had to tweak within > the library. I plan to start to fe

[Lcms-user] Small API addition to lcms v2

2011-04-04 Thread Robin Watts
Gents, I have recently started the process of modifying Ghostscript to be able to use lcms v2 rather than v1 as is currently the case. In so doing, I have found a couple of things I've had to tweak within the library. I plan to start to feed these back in the hopes that either they will be adopte