Ejemplo n.º 1
0
	/**
	 * @return \Nella\Image
	 */
	public function toImage()
	{
		return \Nella\Image::fromFile($this->getStorageDir() . "/" . $this->getPath());
	}