Skip to content

Kirby 5.1.3

$darkroom->preprocess()

Calculates the dimensions of the final thumb based on the given options and returns a full array with all the final options to be used for the image generator

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

Parameters

Name Type Default
$filerequired string no default value
$options array [ ]

Return type

array

This method modifies the existing $darkroom object it is applied to and returns it again.

Parent class

Kirby\Image\Darkroom