Previous Page | Next Page

Commands Used with the IMGCTRL, IMGOP and PICFILL Functions

MIRROR



Mirrors an image
Syntax
Details
Example

Syntax

rc=IMGOP(task-id, 'MIRROR');


Details

MIRROR acts on the currently selected image. It flips an image on its vertical axis, resulting in a "mirror" copy of the original image.


Example

Mirror an image:

if (mirror=1) then
    rc=imgop(task-id,'MIRROR');

Previous Page | Next Page | Top of Page