normalize | Built-in command |
Arguments:
- { value0[%] | [image0] },{ value1[%] | [image1] },_constant_case_ratio or
- [image]
Description:
Linearly normalize values of selected images in specified range.
(equivalent to shortcut command n).
This command has a tutorial page.
Example of use:
$ gmic
image.jpg split x,2 normalize[-1] 64,196 append x

Command:
image.jpg split x,2 normalize[-1] 64,196 append x