2023-05-12 开启多语言插件支持……

 分类:php

php imagecolorallocate

php imagecolorallocate
(PHP 4, PHP 5, PHP 7) imagecolorallocate — 为一幅图像分配颜色 说明 int imagecolorallocate ( resource $image , int $red , int $green , int $blue ) im...

苏 demo 10年前 (2015-07-27) 2379℃ 0评论 0喜欢

php imagecreate

php imagecreate
(PHP 4, PHP 5, PHP 7) imagecreate — 新建一个基于调色板的图像 说明 resource imagecreate ( int $x_size , int $y_size ) imagecreate() 返回一个图像标识符,代表了一幅大小为 x...

苏 demo 10年前 (2015-07-27) 2811℃ 0评论 0喜欢