Home
last modified time | relevance | path

Searched refs:readExifOrientation (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/splitbrain/slika/src/
H A DImageInfo.php59 $this->orientation = self::readExifOrientation($imagepath);
218 public static function readExifOrientation($path) function in splitbrain\\slika\\ImageInfo
H A DGdAdapter.php47 return $this->rotate(ImageInfo::readExifOrientation($this->imagepath));