Searched refs:imagepath (Results 1 – 4 of 4) sorted by relevance
12 protected $imagepath; variable in splitbrain\\slika\\Adapter20 * @param string $imagepath path to the original image24 public function __construct($imagepath, $options = []) argument26 if (!file_exists($imagepath)) {30 if (!is_readable($imagepath)) {34 $this->imagepath = $imagepath;
18 protected $imagepath; variable in splitbrain\\slika\\ImageInfo33 * @param string $imagepath36 public function __construct($imagepath) argument38 if (!file_exists($imagepath)) {41 if (!is_readable($imagepath)) {45 $info = @getimagesize($imagepath);50 $this->imagepath = $imagepath;59 $this->orientation = self::readExifOrientation($imagepath);
15 public function __construct($imagepath, $options = []) argument17 parent::__construct($imagepath, $options);24 $this->args[] = $imagepath;
22 public function __construct($imagepath, $options = []) argument24 parent::__construct($imagepath, $options);25 $this->image = $this->loadImage($imagepath);47 return $this->rotate(ImageInfo::readExifOrientation($this->imagepath));