mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
968f557511
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1477 0fc631ac-6414-0410-93d0-97cfa31319b6
21 lines
662 B
Plaintext
21 lines
662 B
Plaintext
Function: flip_vertical
|
|
|
|
DOC_MSE_VERSION: since 0.3.9
|
|
|
|
--Usage--
|
|
> flip_vertical(input: image)
|
|
|
|
Flip an image vertically.
|
|
|
|
--Parameters--
|
|
! Parameter Type Description
|
|
| @input@ [[type:image]] Image to flip.
|
|
|
|
--Examples--
|
|
> flip_vertical("image_logo.png") == [[Image]]
|
|
>>> flip_vertical(<img src="image_logo.png" alt='"image_logo.png"' style="border:1px solid black;vertical-align:middle;margin:1px;" />) == <img src="image_logo_vflip.png" alt='"image_logo_vflip.png"' style="border:1px solid black;vertical-align:middle;margin:1px;" />
|
|
|
|
--See also--
|
|
| [[fun:flip_horizontal]] Flip an image horizontally
|
|
| [[fun:rotate]] Rotate an image
|