Hello Vincenzo,

Vincenzo Marafioti wrote:
> I just used other code derived from another lib (OpenEXR). I need it 
> just for debugging purpose. Any way I will have a look to 
> OSGEXRImageFileType, it would be better if I could watch alpha value also.

you don't have to use EXRImageFileType directly if you don't want to, 
writing .exr should work just like any other image format, by calling 
Image::write() or ImageFileHandler::the()->write() with suitable 
arguments, e.g. file name ending in ".exr" or "image/x-exr" as mime-type.

        Cheers,
                Carsten

------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to