php简易缩略图处理代码

此代码是网上搜到的,能够快速的作出缩略图php stand_test.php <?php // http://localhost/exa5/thumb_image/thumb_stand.php?w=200&h=200 // 把大图缩略到缩略图指定的范围内,可能有留白(原图细节不丢失) $w = $_GET['w']?$_GET['w']:200; $h = $_GET['h']?$_GET['h
相关文章
相关标签/搜索