Table of Contents ▸ List of Commands ▸ Mathematical Operators ▸ inrange | ◀ gt | isinf ▶ |
inrange
Arguments:
- min[%],max[%],_include_min_boundary={ 0:No | 1:Yes },_include_max_boundary={ 0:No | 1:Yes }
Description:
Detect pixels whose values are in specified range [min,max], in selected images.(equivalent to shortcut command ir).
Default values:
include_min_boundary=include_max_boundary=1.
Example of use:
image.jpg +inrange 25%,75%