Searched refs:orientation (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/splitbrain/slika/src/ |
D | ImageMagickAdapter.php | 35 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])) {
|
D | GdAdapter.php | 48 $orientation = 1; 54 $orientation = $exif['Orientation']; 62 $orientation = ord($matches[1]); 65 $orientation = ord($matches[1]); 69 return $this->rotate($orientation); 76 public function rotate($orientation) argument 78 $orientation = (int)$orientation; 79 if ($orientation < 0 || $orientation > 8) { 83 if ($orientation <= 1) { 92 if (in_array($orientation, [3, 4])) { [all …]
|
D | Adapter.php | 51 * @param int $orientation Exif rotation flags 55 abstract public function rotate($orientation); argument
|
/dokuwiki/vendor/splitbrain/slika/ |
D | README.md | 74 Rotates the image. The parameter passed is one of the EXIF orientation flags: 76 
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,sto… property
|