@@ -138,6 +138,9 @@ |
||
138 | 138 | return($out); |
139 | 139 | } |
140 | 140 | |
141 | + /** |
|
142 | + * @param integer $maxSize |
|
143 | + */ |
|
141 | 144 | private function scaleLogo($imagePath, $maxSize) { |
142 | 145 | $imageObject = new \Imagick($imagePath); |
143 | 146 | $imageSize = $imageObject->getImageGeometry(); |