hey guys,
i'm new to processing. I'm trying to load an image and place it 4times on the screen. One in the upper left, one in the upper right, one in the lower left, one in the lower right corner of my stage. The image in every corner should be rotatet towards a specific angle. Imagine the first one in the upper left corner is not rotatet, the next one in the upper right corner should be rotatet 90 degrees.
I just wonder how i can duplicate an image instance.
i load the image once in the setup() functon and i draw it like this: