Home
last modified time | relevance | path

Searched refs:ImageInfo (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/File/
H A DMediaFile.php7 use splitbrain\slika\ImageInfo; alias
171 $info = (new ImageInfo($this->path))->autorotate();
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md101 `\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'))
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php47 return $this->rotate(ImageInfo::readExifOrientation($this->imagepath));
106 … list($width, $height) = ImageInfo::boundingBox($this->width, $this->height, $width, $height);
H A DImageInfo.php15 class ImageInfo class