This is a simplified version of what is found in my image editor project. https://scratch.mit.edu/projects/552647396/ Use this image renderer project as a template for whatever you want, just remember to give credit. It supports: > images of any size or shape of rectangle (as long as it is less than Scratch's limit of 200,000 list items / pixels) > full colour, 8 bits per channel, 24 bits per pixel (16,777,216 colours) > zooming in / out (render scale variable) > panning (x and y variables) > low-resolution previews (render resolution variable)