class

Vips::Introspect

Inherits Reference / Object

Build introspection data for operations Make an operation, introspect it, and build a structure representing everything we know about it.

Class methods

get(operation_name : String)

Get introspection data for a specified operation name.

Source

Instance methods

get_args(op : Operation)

Get all arguments for an operation.

Source
member_x

The first required input image or nil

Source
member_x?

The first required input image or nil

Source
mutable

A bool indicating if this operation is mutable

Source
optional_input

The optional input for this operation

Source
optional_output

The optional output for this operation

Source
required_input

The required input for this operation

Source
required_output

The required output for this operation

Source

Nested types