常规参数
文章标题:
权重:
文章摘要:
?php class Thumb { public function create($srcPath, $dstPath, $dstWidth, $dstHeight) { if (!file_exists($srcPath)) { return false; } @$srcSize = getimagesize($srcPath); if (empty($srcSize)) { return false; } $srcWith = intval($srcSize[0]); $srcHeigh
关键字:
图像 支持 生成 bmp color if srcWith srcHeight return
管理密码: