Oh, I may be in luck. I didn't see the API in the lcms1 docs but I do see
them in the lcms source. Ok, I'm off to code it!

On Tue, Sep 14, 2010 at 11:51 AM, John Green <johngreen27...@gmail.com>wrote:

> That looks just about perfect. But, it is a lcms2 solution. I've tried
> using LCMS2 but I'm crashing. (I know I have to fix that but I'm under a
> tight deadline.) Is there an LCMS1 solution? It's a real shame, the proposed
> solution is super elegant.
>
> And of course, Thanks!
>
>
> On Sun, Sep 12, 2010 at 1:00 PM, <marti.ma...@littlecms.com> wrote:
>
>>
>> Hi,
>>
>>
>>  I would create a abstract profile consisting of a set of curves and place
>>> that inbetweeen the src and dest ones.
>>> src -> abstract -> dest
>>>
>>
>> This is a good approach, and you can use the curves on the device space as
>> well
>> src -> dest -> curves
>>
>> Just use cmsCreateLinearizationDeviceLink() to create a profile with
>> your curves, and then join all profiles together with
>> cmsCreateMultiprofileTransform. It is fast and easy, and need not to
>> worry on profile internals.
>>
>> Regards
>> Marti
>>
>
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to