Ejemplo n.º 1
0
 /**
  * Creates a new EThumbnail object allowing to manipulate the image file provided via $filePath
  * @param string $filePath the image file path.
  * @return PhpThumb object
  */
 public function create($filePath)
 {
     return new EThumbnail(EPhpThumb::thumbFactory($filePath));
 }