Hello all!
I have a multitude of images that need to be rendered both simultaneously and/or at completely different times, at their own unique xy coordinates within the gemwin.
--I read that [pix_draw] is not optimal for rendering many different images in quick secession, so I'm using the [pix_texture] object to display images loaded via [pix_image].
issue: I need to retain the aspect ratio of the original images loaded via [pix_image] since I'll be doing quite a bit of scaling and translating position.
[pix_texture] does not allow me to do this without painstakingly approximating the size of the corresponding [rectangle] object, onto which the image is "textured".
Any advice?
Thanks guys!
-CP