Reference
Table of Contents
▸
List of Commands
▸
Values Manipulation
▸
cut
◀
cumulate
|
decompress_clut
▶
cut
Built-in command
Arguments:
{ value0[%] | [image0] },{ value1[%] | [image1] }
or
[image]
Description:
Cut values of selected images in specified range.
(
equivalent to shortcut command
c
).
Examples of use:
• Example #1
$ gmic
image.jpg
+add 30% cut[-1] 0,255
Command:
image.jpg
+add 30% cut[-1] 0,255
Command:
image.jpg
+add 30% cut[-1] 0,255
• Example #2
$ gmic
image.jpg
+cut 25%,75%
Command:
image.jpg
+cut 25%,75%
Command:
image.jpg
+cut 25%,75%