Table of Contents ▸ List of Commands ▸ Mathematical Operators ▸ bsr | ◀ bsl | cos ▶ |
bsr | Built-in command |
Arguments:
- value[%] or
- [image] or
- 'formula' or
- (no arg)
Description:
Compute the bitwise right shift of selected images with specified value, image or mathematical expression, or compute the pointwise sequential bitwise right shift of selected images.(equivalent to shortcut command >>).
Example of use:
image.jpg bsr 'round(3*x/w,0)' cut 0,255
