Ejemplo n.º 1
0
 /**
  * Creates a new image instance for the specified path.
  *
  * @param ImageInterface $image
  * @param string         $path
  *
  * @return ImageInterface
  *
  * @internal Do not call this method in your code; it will be made private in a future version
  */
 protected function createImage(ImageInterface $image, $path)
 {
     return new Image($path, $image->getImagine(), $this->filesystem);
 }