$objDrawing->setPath($dir."/image/1.jpg");这一行有问题
$objDrawing->setPath($dir."/image/"."1.jpg");这样改
PHP版本太低