On 17/02/2008, Frédéric Mantegazza <[EMAIL PROTECTED]> wrote:
> > CMS is very underdevelopped in free software comunity (we are lacking a
> > good image viewer with color management abilities and even Firefox is
> > not color managed which means that all pictures are displayed as sRGB).
>
> Well, there are some free software using lcms: Gimp, krita, scribus... And
> AFAIK firefox 3 will be color managed ;o)

There's also VIPS, the image processing library I help maintain:

  http://www.vips.ecs.soton.ac.uk/index.php?title=Python

It also wraps lcms and has a Python interface. Though the Python
bindings are very new and rather immature :-(

It does have a couple of advantages over PIL: it's threaded, so it's
much faster on multi-core machines, and it's demand-driven, so you can
process images of (almost) any size using very little RAM.

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to