Skip to content

Kirby 4.3.1

$darkroom->process()

This method must be replaced by the driver to run the actual image processing job.

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

Parameters

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

Return type

array

Parent class

Kirby\Image\Darkroom