Chapter Contents

Previous

Next
MIRROR

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');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.