Home
last modified time | relevance | path

Searched refs:to_h (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dmedia.php1965 * @param int $to_h desired height
1968 function media_resize_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h)
1977 $cmd .= ' -resize ' . $to_w . 'x' . $to_h . '!';
1999 * @param int $to_h desired height
2005 function media_crop_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x, $ofs_y)
2015 $cmd .= ' -crop ' . $to_w . 'x' . $to_h . '+' . $ofs_x . '+' . $ofs_y;
2038 * @param int $to_h desired height
2044 function media_resize_imageGD($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x = 0, $ofs_y = 0)
2052 if (!is_mem_available(($from_w * $from_h * 4) + ($to_w * $to_h * 4))) {
2072 $newimg = @imagecreatetruecolor($to_w, $to_h);
1887 media_resize_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h) global() argument
1923 media_crop_imageIM($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x, $ofs_y) global() argument
1961 media_resize_imageGD($ext, $from, $from_w, $from_h, $to, $to_w, $to_h, $ofs_x = 0, $ofs_y = 0) global() argument
[all...]