Re: [Lcms-user] Python binding documentation

2008-02-14 Thread Bob Friesenhahn
On Thu, 14 Feb 2008, Frédéric wrote: but it does not seems to be supported anymore (last release from 2003). I'll have a look at this module, and try to contact the author (maybe through the image-sig list). I would not use the last release date as a measure of support or validity. By this m

Re: [Lcms-user] Python binding documentation

2008-02-14 Thread Frédéric
Le 14/2/2008, "Kent Tenney" <[EMAIL PROTECTED]> a écrit: >> I was wondering something: as PIL is *the* image manipulation module for >> python, don't you think it is better to directly integrate lcms in PIL? >> As they are both in C (at a low level for PIL), it's may be easier and >> faster t

Re: [Lcms-user] Python binding documentation

2008-02-14 Thread Kent Tenney
Frédéric, > I was wondering something: as PIL is *the* image manipulation module for > python, don't you think it is better to directly integrate lcms in PIL? > As they are both in C (at a low level for PIL), it's may be easier and > faster than transforming image back and forth to python obje

Re: [Lcms-user] Python binding documentation

2008-02-14 Thread Frédéric
Le 12/2/2008, "Frédéric Mantegazza" <[EMAIL PROTECTED]> a écrit: > Ok. I think I will first try to interface it closely with PIL, ie see what > PIL uses to import/export images, and use that type of object in the lcms > wrapper. I was wondering something: as PIL is *the* image manipulation mod

Re: [Lcms-user] Python binding documentation

2008-02-12 Thread Frédéric Mantegazza
On mardi 12 février 2008, Guy K. Kloss wrote: > On Tue, 12 Feb 2008 11:14:40 pm Frédéric wrote: > > Ok. I'm not familiar with swig, but I will ask on the french python > > list. I think it should not be very difficult to handle complete image > > (using different kind of input/output objects). If

Re: [Lcms-user] Python binding documentation

2008-02-12 Thread Guy K. Kloss
On Tue, 12 Feb 2008 11:14:40 pm Frédéric wrote: > Ok. I'm not familiar with swig, but I will ask on the french python > list. I think it should not be very difficult to handle complete image > (using different kind of input/output objects). If it works, I'll post > code here. That would be awesome

Re: [Lcms-user] Python binding documentation

2008-02-12 Thread Marti.Maria
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frédéric Mantegazza Sent: Wednesday, February 06, 2008 6:08 PM To: lcms-user@lists.sourceforge.net Subject: Re: [Lcms-user] Python binding documentation On lundi 04 février 2008, [EMAIL PROTECTED] wrote: > Take a look

Re: [Lcms-user] Python binding documentation

2008-02-12 Thread Frédéric
Le 12/2/2008, "Marti.Maria" <[EMAIL PROTECTED]> a écrit: >Sorry, the Python binding are more for numerical computation than for full >images. >COLORB holds just one pixel, filling it with more may corrupt memory. > >I did the wrapper, so any suggestion is more than welcome. Ok. I'm not familiar

Re: [Lcms-user] Python binding documentation

2008-02-06 Thread Frédéric Mantegazza
On lundi 04 février 2008, [EMAIL PROTECTED] wrote: > Take a look on the python/testbed folder, there are some samples on how > to use it. Documentation is scarce since I don't support it directly. > There are samples on cmsDoTransform in lab2adobe.py, sRGB2adobe.py and > others. Ok, I made some t

Re: [Lcms-user] Python binding documentation

2008-02-04 Thread Frédéric Mantegazza
On lundi 04 février 2008, [EMAIL PROTECTED] wrote: > Take a look on the python/testbed folder, there are some samples on how > to use it. Documentation is scarce since I don't support it directly. > There are samples on cmsDoTransform in lab2adobe.py, sRGB2adobe.py and > others. > > Hope this help

Re: [Lcms-user] Python binding documentation

2008-02-04 Thread marti . maria
Take a look on the python/testbed folder, there are some samples on how to use it. Documentation is scarce since I don't support it directly. There are samples on cmsDoTransform in lab2adobe.py, sRGB2adobe.py and others. Hope this helps Marti Quoting Frédéric Mantegazza <[EMAIL PROTECTED]>: >

Re: [Lcms-user] Python binding documentation

2008-02-02 Thread Frédéric Mantegazza
On jeudi 31 janvier 2008, Frédéric Mantegazza wrote: > I would like to make some tests using littlecms with the python binding. > I tried to follow the examples in the TUTORIAL.TXT file, but I don't > know how to correclty use the cmsDoTransform() function. > > What should I use as output buffer ?