Table of Contents ▸ List of Commands ▸ List Manipulation ▸ keep | ◀ window | keep_named ▶ |
keep | Built-in command |
No arguments
Description:
Keep only selected images.
(equivalent to shortcut command k).
Examples of use:
• Example #1
image.jpg split x keep[0-50%:2] append x

• Example #2
image.jpg split x keep[^30%-70%] append x
