I need to get a 180 degree rotated copy of an image, ie. so image2 contains image1 upside down - what's the most
efficient way of doing this?
The options I have so far are:
1 Mundane pixel by pixel copy
2 Transformation and scale with negative parameters (as per http://processing.org/discourse/beta/num_1203607253.html)
Any other suggestions would be appreciated
The options I have so far are:
1 Mundane pixel by pixel copy
2 Transformation and scale with negative parameters (as per http://processing.org/discourse/beta/num_1203607253.html)
Any other suggestions would be appreciated

1