Searched refs:getDimensions (Results 1 – 3 of 3) sorted by relevance
175 if ($w === 0 && $h === 0) return $info->getDimensions();176 if ($crop) return $info->crop($w, $h)->getDimensions();177 return $info->resize($w, $h)->getDimensions();
116 public function getDimensions() function in splitbrain\\slika\\ImageInfo
119 ->getDimensions();