Searched refs:ImageInfo (Results 1 – 4 of 4) sorted by relevance
7 use splitbrain\slika\ImageInfo; alias171 $info = (new ImageInfo($this->path))->autorotate();
101 `\splitbrain\slika\ImageInfo` mirrors the Adapter's fluent API at the dimension level. It reads onl…104 use \splitbrain\slika\ImageInfo;106 $info = new ImageInfo('input.jpg');116 list($w, $h) = (new ImageInfo('input.jpg'))
47 return $this->rotate(ImageInfo::readExifOrientation($this->imagepath));106 … list($width, $height) = ImageInfo::boundingBox($this->width, $this->height, $width, $height);
15 class ImageInfo class