You are here

protected function ImagickOperationTrait::execute in Imagick 8

3 methods override ImagickOperationTrait::execute()
Convert::execute in src/Plugin/ImageToolkit/Operation/imagick/Convert.php
Resize::execute in src/Plugin/ImageToolkit/Operation/imagick/Resize.php
Performs the actual manipulation on the image.
TransparentBackground::execute in src/Plugin/ImageToolkit/Operation/imagick/TransparentBackground.php

File

src/Plugin/ImageToolkit/Operation/imagick/ImagickOperationTrait.php, line 15

Class

ImagickOperationTrait
Class ImagickOperationTrait

Namespace

Drupal\imagick\Plugin\ImageToolkit\Operation\imagick

Code

protected function execute(array $arguments) {
  return $this
    ->processFrames($arguments);
}