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
<a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> split x keep[0-50%:2] append x

• Example #2
<a href="image.jpg" class="highslide" onclick="return hs.expand(this)">image.jpg</a> split x keep[^30%-70%] append x
