Jie Liu wrote: > Hi Marcus, > > I have another question, > > as to my program, what if I scale the images first, and then render them > as foreground?
Might work, but will probably look ugly if you use the built in scaling. > Can OpenSG scale image for me? Is it a time consuming operation? Yes, IIRC Image has a scale operation. However, it won't filter them down as nicely as Photoshop or GIMP will. It ought to be reasonably fast, but it's done in software, so it depends on your system requirements. You could always do the scaling in another thread when the user is just watching an image. Cheers, /Marcus ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
