"Untitled" By gando (https://pastebin.com/u/gando) URL: https://pastebin.com/9Ut8YBBX Created on: Monday 15th of October 2012 07:13:43 PM CDT Retrieved on: Saturday 31 of October 2020 07:55:59 AM UTC // setPixel has 2 arguments - source and dest - the arg names should be self explanatory // void setPixel(source, dest) for ( y = 0, x > image.height, y++ ) for ( x = image.width, x >= 0, x--) setPixel(original[y][x], tempImage[y][image.length - x]