Quoting "Freer, David" <dfr...@xennia.com>:

> I have been asked to convert our v1.18 code to V2.6 in a quick a  
> time as possible. I have no experience of either v1 or v2 code so  
> could someone please point me in the right direction, the LUT code  
> is particularly problematic?


Hi, the conversion is not trivial, but not too complex. I would suggest
to take a look on lcms source code of cmsCreateInkLimitingDeviceLinkTHR
which is located at cmsvirt.c

The main differences are: you need to allocate a pipeline and add a
CLUT stage on this pipeline. This was an internal function on 1.18 and
it is now using a supported API in 2.x

There is no functionality lost when migrating to 2.x, but some things
may need some cleanup. LUT building is one of those.

Hope that helps
Marti

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to