Method: Vips::Image#bandor

Defined in:
lib/vips8/image.rb

#bandorImage

OR the bands of an image together

Returns:

  • (Image)

    all bands ORed together

[View source]

961
962
963
# File 'lib/vips8/image.rb', line 961

def bandor
    bandbool :or
end