openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Openexr-devel] Willing to help


From: Luc-Eric Rousseau
Subject: RE: [Openexr-devel] Willing to help
Date: Thu, 24 Feb 2005 19:56:39 -0500

Thanks. It's my understanding there is an image processing 
library available for Python, "PIL". In this case I 
was asking for clients doing TD-type work, such 
as creating light rigs from an HDR environment map, 
proxy generation, file header dumpers or converters.

> -----Original Message-----
> From: Florian Kainz [mailto:address@hidden
> Sent: Thursday, February 24, 2005 7:41 PM
> To: Luc-Eric Rousseau
> Cc: address@hidden
> Subject: Re: [Openexr-devel] Willing to help
> 
> 
> Luc-Eric Rousseau wrote:
> > so.. are there Python bindings to OpenEXR?
> 
> 
> No, so far we don't have Python bindings.
> 
> Writing wrappers for most of Iex, Half, Imath and IlmImf would be
> straightforward and easy to do.  Reading and writing the actual
> pixels is where things become interesting.  You'd probably want
> to have a Python image object with an arbitrary number of channels,
> just as the OpenEXR file itself.  Pixel-by-pixel image processing
> in Python is way too slow to be practical, so you would want to
> have a set of useful image operators that are implemented in C++
> and wrapped in Python.  What operations should be included, and
> what should be omitted or left as an exercise to the reader?
> I suspect that what users would really want is a Python-based
> floating-point image processing package that happens to support
> OpenEXR file I/O.
> 
> Florian
> 
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]