class

Vips::Operation

Inherits Vips::VipsObject / Vips::GObject / Reference / Object

Constructors

new(operation_name : String)

Creates a new VisOperation with the specified nickname You'll need to set any arguments and build the operation before you can use it.

Source
new(ophandle : Pointer(LibVips::VipsOperation))
Source

Class methods

build(operation : Operation)
Source
call(operation_name : String, kwargs : Optional | Nil, match_image : Image | Nil, *args)
Source
call(operation_name : String, kwargs : Optional, *args)
Source
call(operation_name : String, *args)
Source

Instance methods

flags

Lookup the set of flags for this operation

Source
to_obj
Source