ä¹ ã ã« PHP ãã¿ã GD 㧠png ç»åãééããªãµã¤ãºãã¦ã¿ãã ãµã³ãã« function resize_image($org_path, $new_path, $to_width, $to_height) { list($org_width , $org_height) = getimagesize($org_image_path); $src_image = imagecreatefrompng($org_path); $rate = 1; if ($org_width > $org_height) { $rate = $to_width / $org_width; } elseif ($org_width < $org_height) { $rate = $to_height / $org_height; } else { if ($to_width > $to_heigh
{{#tags}}- {{label}}
{{/tags}}