[Gegl-developer] save 32 bit float as exr file

2011-07-18 Thread Rasmus Hahn
Hi, i have written an operation for gegl that writes OpenEXR float images, since i noticed there does not seem to be one already and i could use it. This version is quite usable within it's limitations. Limitations currently are: - writes only 32 bit linear floating point images. - only write

Re: [Gegl-developer] save 32 bit float as exr file

2011-07-18 Thread Piotr Stanczyk
Thanks for adding ... Any thoughts on adding 16-bit floating point support? You could then consider using the RGBA interface ... On Mon, Jul 18, 2011 at 10:13 AM, Rasmus Hahn wrote: > Hi, > > i have written an operation for gegl that writes OpenEXR float images, since > i noticed there does n

Re: [Gegl-developer] save 32 bit float as exr file

2011-07-18 Thread Øyvind Kolås
On Mon, Jul 18, 2011 at 6:13 PM, Rasmus Hahn wrote: > i have written an operation for gegl that writes OpenEXR float images, since > i noticed there does not seem to be one already and i could use it. This > version is quite usable within it's limitations. Limitations currently are: Thank you :)

Re: [Gegl-developer] save 32 bit float as exr file

2011-07-18 Thread Øyvind Kolås
On Mon, Jul 18, 2011 at 6:45 PM, Piotr Stanczyk wrote: > Thanks for adding ...  Any thoughts on adding 16-bit floating point > support?  You could then consider using the RGBA interface ... The op already supported Y, YA, RGB and RGBA - but all only with 32 bit floating point support. If support