I was wondering if I could obtain a buffered image and create another “psuedo” image from that by using the first image’s color data to construct an image made up of 1 x 1 rectangles, representing the pixels of the buffered image. I’m not too sure if it would be faster than to use just regular buffered images. I figured it would be a different way of rendering and maybe get some performance gains.