Searched refs:resize (Results 1 – 9 of 9) 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');
|
| /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 | GdAdapter.php | 125 public function resize($width, $height) function in splitbrain\\slika\\GdAdapter
|
| /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 | 624 $resize = ['w' => 0, 'h' => 0]; 626 $resize[$match[1]] = $match[2]; 629 $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
|