Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 6 of 6) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
/dokuwiki/inc/
H A DJpegMeta.php292 * Return shutter speed as a ratio
485 $ratio = 1;
488 $ratio = $maxwidth/$w;
490 $ratio = $maxheight/$h;
494 $ratio = $maxheight/$h;
496 $ratio = $maxwidth/$w;
499 return $ratio;
H A Dmedia.php1196 $ratio = $meta->getResizeRatio($size, $size);
1197 $w = floor($w * $ratio);
1198 $h = floor($h * $ratio);
H A Dtemplate.php1189 $ratio = 1;
1192 $ratio = $maxwidth / $w;
1194 $ratio = $maxheight / $h;
1197 $ratio = $maxheight / $h;
1199 $ratio = $maxwidth / $w;
1201 if ($ratio) {
1202 $w = floor($ratio * $w);
1203 $h = floor($ratio * $h);
/dokuwiki/inc/lang/la/
H A Dlang.php246 $lang['i_policy'] = 'ICA ratio prima';
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md49 All resize operations will keep the original aspect ratio of the image. There will be no distortion.
66 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.