Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/slika/src/
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])) {
DGdAdapter.php48 $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 …]
DAdapter.php51 * @param int $orientation Exif rotation flags
55 abstract public function rotate($orientation); argument
/dokuwiki/vendor/splitbrain/slika/
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)
/dokuwiki/lib/scripts/jquery/
Djquery-ui.min.js6orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,sto… property