Method: Vips::Image#bandand

Defined in:
lib/vips8/image.rb

#bandandImage

AND the bands of an image together

Returns:

  • (Image)

    all bands ANDed together


954
955
956
# File 'lib/vips8/image.rb', line 954

def bandand
    bandbool :and
end