Home
last modified time | relevance | path

Searched refs:cropHeight (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php348 * @return array (cropWidth, cropHeight, offsetX, offsetY)
373 $cropHeight = (int)($this->width / $newRatio);
376 $cropHeight = $this->height;
381 $cropHeight = $this->height;
384 $cropHeight = (int)($this->width / $newRatio);
390 $offsetY = (int)(($this->height - $cropHeight) / 2);
392 return [$cropWidth, $cropHeight, $offsetX, $offsetY];