2008/6/7 Kevin Gale <[EMAIL PROTECTED]>:
> Just when I thought I had a solution you threw a spanner in the works (-:
>
> I don't think I will have to option to work with 16 bit data as the image 
> processing framework I am using only supports 8 bit data. Would using sRGB be 
> a better solution although I would get more colour loss?

I do things like this by compositing in profile connection space. I
import all my source images to float LAB, composite, then render a
final image out again in the target colour space. Adobe98 would be
good enough for print output, in my opinion.

I'm a maintainer on a demand-driven image processing library that can
do this efficiently, even for very large images. There's a Python
binding so it's quite easy to use. Though I realise being told about
an alternative image processing framework is not always very helpful
:(

  http://www.vips.ecs.soton.ac.uk

John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to