Home
last modified time | relevance | path

Searched defs:new_height (Results 1 – 2 of 2) sorted by last modified time

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php415 …public static function ProportionalResize($old_width, $old_height, $new_width=false, $new_height=f…
/plugin/galleryv1.5/inc/
H A Dimage.php53 $new_height = str_replace('h','',$size); variable
56 $new_height = floor(str_replace('w','',$size) / $ratio); variable