[osg-users] Retrieving image from a compressed texture

2007-08-10 Thread Robert Balfour
I have loaded a textured .osg model, and then retrieved the image [getImage()] associated with each texture. This worked fine. The I used osgconv to convert the .osg to an .ive, using --compressed-dxt3 to compress the textures. Now when I load the .ive and retrieve the image associated with each

Re: [osg-users] Retrieving image from a compressed texture

2007-08-10 Thread Robert Osfield
Hi Robert, There isn't a means for retrieving the source uncompressed imagery once it has been compressed as its stored directly in the osg::Image in its compressed form. Robert. On 8/10/07, Robert Balfour <[EMAIL PROTECTED]> wrote: > I have loaded a textured .osg model, and then retrieved the i