Mirror Command
Smartsite 7 - ...
The Mirror command mirrors an image.
Parameters
Shorthand | Description | Values |
---|---|---|
m | Sets the direction of the mirror command. | 0 = none, 1 = horizontal, 2 = vertical, 3 = both |
Command definition
XML | Copy Code |
---|---|
<add id="mirror" type="Smartsite.ImageProcessor.Commands.MirrorCommand, Smartsite.ImageProcessor" enabled="true"> <parameters> <!-- 0: none, 1: horizontal, 2: vertical, 3: both. default: none --> <add name="mirror" shortcut="m" /> </parameters> </add> |
Examples
Original image
Mirror horizontal (?hid=img;m=1;)
Mirror vertical (?hid=img;m=2;)
Mirror both (?hid=img;m=3;)