Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DImageInfo.php20 protected $rawWidth; variable in splitbrain\\slika\\ImageInfo
51 $this->rawWidth = (int)$info[0];
55 $this->width = $this->rawWidth;
70 return $this->rawWidth;