Overrides ImageToolkitOperationBase::execute
protected function execute(array $arguments = []) { return $this->getToolkit() ->apply('resize', $arguments['resize']) && $this->getToolkit() ->apply('crop', $arguments); }