webCOMAND

#IMAGE Flip

Flip image pixels top to bottom over the X axis to create a vertical mirror of the source image.

Prototype

#IMAGE($image_bytes, Flip)

Example

#/ flip the image vertically
#NEW($img)#IMAGE($img,Flip)#ENDNEW

Related

#IMAGE Flop