Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php35 public function rotate($orientation) argument
37 $orientation = (int)$orientation;
38 if ($orientation < 0 || $orientation > 8) {
44 if (in_array($orientation, [3, 4])) {
46 } elseif (in_array($orientation, [5, 6])) {
48 } elseif (in_array($orientation, [7, 8])) {
53 if (in_array($orientation, [2, 5, 7, 4])) {
H A DImageInfo.php26 protected $orientation; variable in splitbrain\\slika\\ImageInfo
59 $this->orientation = self::readExifOrientation($imagepath);
61 $this->orientation = 1;
94 return $this->orientation;
135 return $this->rotate($this->orientation);
141 * @param int $orientation EXIF rotation flag 0..8
145 public function rotate($orientation) argument
147 $orientation = (int)$orientation;
148 if ($orientation < 0 || $orientation > 8) {
151 if (in_array($orientation, [5, 6, 7, 8])) {
H A DAdapter.php51 * @param int $orientation Exif rotation flags
55 abstract public function rotate($orientation); argument
H A DGdAdapter.php54 public function rotate($orientation) argument
56 $orientation = (int)$orientation;
57 if ($orientation < 0 || $orientation > 8) {
61 if ($orientation <= 1) {
71 if (in_array($orientation, [3, 4])) {
73 } elseif (in_array($orientation, [5, 6])) {
76 } elseif (in_array($orientation, [7, 8])) {
82 if (in_array($orientation, [2, 5, 7, 4])) {
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md74 Rotates the image. The parameter passed is one of the EXIF orientation flags:
76 ![orientation flags](https://i.stack.imgur.com/BFqgu.gif)
101 …PI at the dimension level. It reads only `getimagesize()` and the EXIF orientation tag, never touc…
112 $info->getOrientation(); // EXIF orientation 1..8
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,sto… property