VOperation

Wrapper around VipsOperation struct

Constructors

this
this(const(char)[] opName)

Construct new VipsOperation Given a name

this
this(VipsOperation* operation, bool ownedRef)

Construct a new VipsOperation Given an existing pointer

Destructor

~this
~this()
Undocumented in source.

Members

Functions

build
void build(VOption options)

Run an operation with a specific set of options

getProperty
void getProperty(string key, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string key, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta