Arguments:
- value[%] or
- [image] or
- 'formula' or
- (no arg)
Description:
Divide selected images by specified value, image or mathematical expression, or compute the pointwise quotient of selected images.
(equivalent to shortcut command /).
Examples of use:
• Example #1
$ gmic
image.jpg div '1+abs(cos(x/10)*sin(y/10))'

Command:
image.jpg div '1+abs(cos(x/10)*sin(y/10))'
• Example #2