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
Hi, 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. Regards Marti Maria The littleCMS project www.littlecms.com -Original M

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] USE_FLOAT, USE_C, USE_ASSEMBLER differences

2008-02-12 Thread Marti.Maria
Hi, It should only affect performance. I'm dropping this on the next release, favoring portability. The performance gain by USE_ASSEMBLER is negligible on today's compilers. lcms was started in 1997, and then using assembler or not made a difference. Today this is no longer true. Regards Marti