Hi Ragnar,

Could you add CMakeLists.txt and any required lib checks for this new plugin.

Thanks,
Robert.

On Mon, Nov 17, 2008 at 12:23 PM, Ragnar Hammarqvist
<[EMAIL PROTECTED]> wrote:
> EXR read and writer.
>
> I wrote an EXR image plug-in to osg, I would like to contribute this plug-in 
> to the osg project if you find it useful.
>
> The plug-in is a wrapper around open-exr (http://www.openexr.com) that 
> consists of two projects, ilmbase-1.0.1 and openexr-1.6.1.
>
> I have only tested it on windows XP 32 machine. So there might be some work 
> making it work on other platforms.
>
> The plug-in supports writing and reading EXR files. When writing it can use 
> the data type GL_HALF_FLOAT_ARB(se ilmbase-1.0.1) and GL_FLOAT. When reading 
> the data type always becomes GL_HALF_FLOAT_ARB. It supports textures with 
> three and four channels.
>
> When reading an exr file it automatically removes Alfa channel if it didn't 
> store any information.
>
> Regards Ragnar
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to