Home
last modified time | relevance | path

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

/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.
/dokuwiki/inc/
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);
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);
/dokuwiki/inc/lang/la/
H A Dlang.php246 $lang['i_policy'] = 'ICA ratio prima';
/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}}