Method: Vips::Image#bandeor

Defined in:
lib/vips8/image.rb

#bandeorImage

EOR the bands of an image together

Returns:

  • (Image)

    all bands EORed together

[View source]

968
969
970
# File 'lib/vips8/image.rb', line 968

def bandeor
    bandbool :eor
end