Вот код:
if ($w) {
$options[] = 'wp=' . $w;
$options[] = 'wl=' . $w;
$options[] = 'ws=' . $w;
}
if ($h) {
$options[] = 'hp=' . $h;
$options[] = 'hl=' . $h;
$options[] = 'hs=' . $h;
}
$modx->runSnippet('pthumb', [
'input' => $src,
'options' => implode('&', $options)
]);