You are here

protected function Noise::process in Imagick 8

File

src/Plugin/ImageToolkit/Operation/imagick/Noise.php, line 34

Class

Noise
Defines imagick noise operation.

Namespace

Drupal\imagick\Plugin\ImageToolkit\Operation\imagick

Code

protected function process(Imagick $resource, array $arguments) {
  return $resource
    ->addNoiseImage($arguments['type']);
}