Reference
Table of Contents
▸
List of Commands
▸
List Manipulation
▸
reverse
◀
remove_named
|
sort_list
▶
reverse
Built-in command
No arguments
Description:
Reverse positions of selected images.
(
equivalent to shortcut command
rv
).
Examples of use:
• Example #1
$ gmic
image.jpg
split x,3 reverse[-2,-1]
Command:
image.jpg
split x,3 reverse[-2,-1]
Command:
image.jpg
split x,3 reverse[-2,-1]
Command:
image.jpg
split x,3 reverse[-2,-1]
• Example #2
$ gmic
image.jpg
split x,-16 reverse[50%-100%] append x
Command:
image.jpg
split x,-16 reverse[50%-100%] append x