我使用gd2库来处理图像。我需要改变图像的分辨率,但在方法列表中我仍然找不到这样的方法。怎样才能做到呢?
提前谢谢你
发布于 2014-02-11 09:05:58
使用图像重放
imagecopyresampled($resizedImg, $srcImg, 0, 0, 0, 0, $resizeWidth, $resizeHeight, $srcWidth, $srcHeight)
https://stackoverflow.com/questions/21697209
相似问题