Invoke a vips operation with Vips.call.
379 380 381
# File 'lib/vips8/image.rb', line 379 def self.method_missing(name, *args) Vips::call_base name.to_s, nil, "", args end