ImageToolkitOperationInterface
interface ImageToolkitOperationInterface implements PluginInspectionInterface (View source)
Defines an interface for image toolkit operations.
An image toolkit operation plugin provides a self-contained image manipulation routine, for a specific image toolkit. Examples of image toolkit operations are scaling, cropping, rotating, etc.
Methods
array
getPluginDefinition()
Gets the definition of the plugin implementation.
bool
apply(array $arguments)
Applies a toolkit specific operation to an image.
Details
string
getPluginId()
Gets the plugin_id of the plugin instance.
array
getPluginDefinition()
Gets the definition of the plugin implementation.
bool
apply(array $arguments)
Applies a toolkit specific operation to an image.