Hi,

I am currently working on creating a poster image from several images and the 
file size is pretty large. Currently the one I am trying to create is 65250 
wide x 22500 pixels  in height (Image needs to be large)

Currently I am doing the following:


Code:
posterImage = new osg::Image;   
                posterImage->allocateImage( (mHeight), (mWidth), 1, GL_RGBA, 
GL_UNSIGNED_BYTE );



Right now it is giving me an exception when trying to allocate that image. Is 
there a size limit on it, or am I doing something wrong?



... 

Thank you!

Cheers,
Geoff

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=35036#35036





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

Reply via email to