Method: Vips::Image#boolean

Defined in:
lib/vips8/methods.rb

#boolean(right, boolean, opts = {}) ⇒ Vips::Image

Boolean operation on two images.

Parameters:

  • right (Vips::Image)

    Right-hand image argument

  • boolean (Vips::OperationBoolean)

    boolean to perform

  • opts (Hash) (defaults to: {})

    Set of options

Returns:

[View source]

# File 'lib/vips8/methods.rb', line 52