Searched refs:getSourceFilepath (Results 1 – 3 of 3) sorted by relevance
18 protected function getSourceFilepath() { function in thumb_engine19 return $this->thumbnail->getSourceFilepath();33 $sourceFilePath = $this->getSourceFilepath();45 …rgetFilepath()) || filemtime($this->getTargetFilepath()) !== filemtime($this->getSourceFilepath());66 if (!file_exists($this->getSourceFilepath())) {69 $im = new imagick($this->getSourceFilepath()."[0]");99 return getFileSuffix($this->getSourceFilepath());104 $im = new imagick( $this->getSourceFilepath() );134 if ($zip->open($this->getSourceFilepath()) !== true) {176 msg("plugin mediathumbnails: No thumbnail found inside zip file " . $this->getSourceFilepath());
89 return array($thumb->getSourceFilepath(),$thumb->getMediapath(),$thumbnail_params);
159 public function getSourceFilepath() { function in thumbnail