54 if (is_null($this->imageSizes)) {
55 $this->imageSizes = getimagesize($this->getPathname());
58 if ($this->imageSizes === FALSE) {
63 if (empty($this->imageSizes)) {
64 $this->getLogger()->warning(
'I could not retrieve the image size for file ' . $this->getPathname());
65 $this->imageSizes = array(0, 0);
74 protected function getLogger(){
78 return $loggerManager->getLogger(get_class($this));
85 static $graphicalFunctions = NULL;
87 if ($graphicalFunctions === NULL) {
91 return $graphicalFunctions;
static makeInstance($className)