Arguments:
- value[%] or
- [image] or
- 'formula' or
- (no arg)
Description:
Compute the modulo of selected images with specified value, image or mathematical expression, or compute the pointwise sequential modulo of selected images.
(equivalent to shortcut command %).
Examples of use:
• Example #1
• Example #2
$ gmic
image.jpg mod 'R=((x/w-0.5)^2+(y/h-0.5)^2)^0.5;255*R'

Command:
image.jpg mod 'R=((x/w-0.5)^2+(y/h-0.5)^2)^0.5;255*R'