Remainder after integer division with an image, constant or array.
Parameters:
self modulo this
Returns:
result of modulo
763 764 765 766
# File 'lib/vips8/image.rb', line 763 def %(other) other.is_a?(Vips::Image) ? remainder(other) : remainder_const(other) end