|
|
1
7
GD:
|
|
|
2
0
http://php.net/manual/en/function.imagecopyresampled.php 这基本上就是您想要平滑地复制和调整其大小的函数。 http://www.php.net/manual/en/function.imagecreatetruecolor.php 用这个你可以创建一个新的黑色图像。 http://www.php.net/manual/en/function.imagefill.php 这部分解释了如何将其填充为白色。 剩下的就跟着。 |