Image.process

Execute the named process module, passing any arguments arguments. An exception is thrown if the requested process module does not exist, fails to load, or fails during execution.

class Image
void
process
(
string name
,
string[] arguments
)

Parameters

name
Type: string

The name of a module.

arguments
Type: string[]

The arguments to pass to the module.

Meta