Hopefully a quick question

Under OS X it's easy to get existing images as tiff's

    NSImage *theImage = [NSImage imageNamed:@"NSExitFullScreenTemplate"];
    NSData *tiffForm = [theImage TIFFRepresentation];

Where NSExitFullScreenTemplate is a standard system image that the OS manages 
for us.

I've been exploring the osg::Image methods and there doesn't seem to be an easy 
way to set up an osg::Image using tiff data already residing in memory.
Files easy, but I don't see the call for using something already in Ram..

Or am I missing something?

Thanks for any advice.

Barry Evans



Reality is that which, when you stop believing in it, doesn't go away.
--Philip K. Dick

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to