Skip to content

Kirby 3.5.7.1

$imagemagick->process()

Creates and runs the full imagemagick command to process the image

$imagemagick->process(string $file, array $options = [ ]): array

Parameters

Name Type Default
$file * string
$options array [ ]

Return type

array

Exceptions

Type Description
Exception

Parent class

Kirby\Image\Darkroom\ImageMagick