[osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Can T. Oguz
Hi, I'm receiving an out of memory error while trying to scale an image. File : Image.cpp Line : 839 (2.6.1) In Image::scaleImage(), gluScaleImage() returns 1285 : out of memory. Any ideas? Can ___ osg-users mailing list osg-users@lists.openscenegrap

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Glenn Waldron
Usually this means you don't have an active GL graphics context, which unfortunately gluScaleImage requires. -gw Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 On Mon, Oct 27, 2008 at 8:44 AM, Can T. Oguz <[EMAIL PROTECTED]> wrote: > Hi, > > I'm receiving an out o

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Tomlinson, Gordon
CTED] On Behalf Of Can T. Oguz Sent: Monday, October 27, 2008 8:45 AM To: OpenSceneGraph Users Subject: [osg-users] gluScaleImage() returns "out of memory" Hi, I'm receiving an out of memory error while trying to scale an image. File : Image.cpp Line : 839 (2.6.1) In Image::sca

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Can T. Oguz
> > "Self defence is not a function of learning tricks > but is a function of how quickly and intensely one > can arouse one's instinct for survival" > - *Master Tambo Tetsura* > > > > ------ > *From:* [EMAIL PROTECTED] [mailto

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Robert Osfield
Gordon Tomlinson >> >> Product Manager 3D >> Email : gtomlinson @ overwatch.textron.com >> __ >> (C): (+1) 571-265-2612 >> (W): (+1) 703-437-7651 >> >> "Self defence is not a function of

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Can T. Oguz
epped into the code etc to see what > >> might be amiss > >> > >> > >> > >> Gordon > >> > >> __ > >> Gordon Tomlinson > >> > >> Product Manager 3D > >> Email : gtomlinson @ overwa

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Robert Osfield
t;> >> how big is the image >> >> What type of image is it >> >> Graphics card >> >> etc. >> >> >> >> have you tried debug the issue? , stepped into the code etc to see >> >> what >> >> might be amiss >>

Re: [osg-users] gluScaleImage() returns "out of memory"

2008-10-27 Thread Can T. Oguz
gt; >> > >> >> How are you scaling the image (code) > >> >> What version of osg > >> >> What OS > >> >> how big is the image > >> >> What type of image is it > >> >> Graphics card > >> >> etc. > >