webCOMAND

#IMAGE Flop

Flop image pixels left to right over the Y axis to create a horizontal mirror of the source image.

Prototype

#IMAGE($image_bytes, Flop)

Example

#/ flip the image horizontal
#NEW($img)#IMAGE($img,Flop)#ENDNEW

Related

#IMAGE Flip