Flip image pixels top to bottom over the X axis to create a vertical mirror of the source image.
#IMAGE($image_bytes, Flip)
#/ flip the image vertically #NEW($img)#IMAGE($img,Flip)#ENDNEW
#IMAGE Flop