Searched refs:resize (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 35 ->resize(500,500) 47 ### resize subsection 49 All resize operations will keep the original aspect ratio of the image. There will be no distortion. 55 Slika::run('input.jpg')->resize(500,500)->save('output.png', 'png'); 58 Slika::run('input.jpg')->resize(500,0)->save('output.png', 'png'); 61 Slika::run('input.jpg')->resize(0,500)->save('output.png', 'png'); 99 …or example, to emit `<img width="…" height="…">` attributes on a page that references a resize URL. 114 // the fluent chain simulates autorotate/rotate/resize/crop 118 ->resize(500, 500) 122 This lets you predict the output of `Slika::run(...)->autorotate()->resize(500,500)`
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | Adapter.php | 66 abstract public function resize($width, $height); function in splitbrain\\slika\\Adapter
|
| H A D | ImageMagickAdapter.php | 63 public function resize($width, $height) function in splitbrain\\slika\\ImageMagickAdapter
|
| H A D | ImageInfo.php | 168 public function resize($width, $height) function in splitbrain\\slika\\ImageInfo
|
| H A D | GdAdapter.php | 104 public function resize($width, $height) function in splitbrain\\slika\\GdAdapter
|
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 177 return $info->resize($w, $h)->getDimensions();
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _edit.css | 60 resize: vertical;
|
| /dokuwiki/lib/scripts/ |
| H A D | media.js | 108 dw_mediamanager.resize(); 497 resize: function (event, ui) { method 524 resize: function () {
|
| /dokuwiki/inc/ |
| H A D | common.php | 626 $resize = ['w' => 0, 'h' => 0]; 628 $resize[$match[1]] = $match[2]; 631 $more .= 'tok=' . media_get_token($id, $resize['w'], $resize['h']);
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 587 cursor: n-resize; 594 cursor: s-resize; 601 cursor: e-resize; 608 cursor: w-resize; 615 cursor: se-resize; 622 cursor: sw-resize; 629 cursor: nw-resize; 636 cursor: ne-resize;
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){… method
|