OOF2: The Manual

Name

OOF.Image.Modify.Flip — Flip the image about the x or y axis.

Synopsis

OOF.Image.Modify.Flip(image,axis)

Details

  • Parent Menu: OOF.Image.Modify
  • Callback: function doImageMod in module ooflib.image.imagemodifier
  • Parameters:

    image
    Type: The path to an existing Image object.
    axis
    Flip the image about this axis Type: An object from the FlipDirection enumerated class.

Description

Flip an Image about its center line, in either the x or y direction.