Table of Contents ▸ List of Commands ▸ List Manipulation ▸ move | ◀ keep_named | name ▶ |
move | Built-in command |
Arguments:
- position[%]
Description:
Move selected images at specified position.Images are actually inserted between current positions position-1 and position.
(equivalent to shortcut command mv).
Examples of use:
• Example #1
image.jpg split x,3 move[1] 0
• Example #2
image.jpg split x move[50%--1:2] 0 append x
