Ejemplo n.º 1
0
 /**
  * extracting animated gif frames
  * @param  [type] $imgFilePath [description]
  * @return [type]              [description]
  */
 protected function _getAnimatedGif($imgFilePath)
 {
     return $this->gifFrameExtractor->extract($imgFilePath);
 }
Ejemplo n.º 2
0
 /**
  * [extractTo description]
  *
  * @param string $pathto Path to extract to
  * @param mixed  $files  Optional files parameter
  *
  * @return [type]              [description]
  */
 public function extractTo($pathto, $files = null)
 {
     $this->pclzip->extract(PCLZIP_OPT_PATH, $pathto);
 }