Flip
Function
This flips the image upside down. You can also use Scale
or Move2D to invert the image
by using a yScale of -1. Note that Flip (or a yScale of
-1 ) will force the buffering of the image into memory.
Synopsis
image Flip( image );
Script
image = Flip ( image );
Command Line
shake -flip