Overrides ImageToolkitOperationInterface::apply
public final function apply(array $arguments) { $arguments = $this->prepareArguments($arguments); $arguments = $this->validateArguments($arguments); return $this->execute($arguments); }