Method: Vips::TargetCustom#initialize

Defined in:
lib/vips/targetcustom.rb

#initializeTargetCustom

Returns a new instance of TargetCustom.

Raises:



46
47
48
49
50
51
# File 'lib/vips/targetcustom.rb', line 46

def initialize
  pointer = Vips::vips_target_custom_new
  raise Vips::Error if pointer.null?

  super pointer
end