imageresolution()(PHP 7 >= 7.2.0) Get or set the resolution of the image 说明imageresolution(resource $image): mixe...
imageopenpolygon()(PHP 7 >= 7.2.0) Draws an open polygon 说明imageopenpolygon(resource $image,array $points,int $nu...
imagegetclip()(PHP 7 >= 7.2.0) Get the clipping rectangle 说明imagegetclip(resource $im): arrayimagegetclip() retriev...
imagecropauto()(PHP 5 >= 5.5.0, PHP 7) Crop an image automatically using one of the available modes 说明imagecropauto...
imagecrop()(PHP 5 >= 5.5.0, PHP 7) Crop an image to the given rectangle 说明imagecrop(resource $image,array $rect): r...
imagecreatefromgd2part()(PHP 4 >= 4.0.7, PHP 5, PHP 7) 从给定的 GD2 文件或 URL 中的部分新建一图像 说明imagecreatefromgd2part(string...
imageconvolution()(PHP 5 >= 5.1.0, PHP 7) 用系数 div 和 offset 申请一个 3x3 的卷积矩阵 说明imageconvolution(resource $image,array...
imagebmp()(PHP 7 >= 7.2.0) Output a BMP image to browser or file 说明imagebmp(resource $image[,mixed $to= NULL[,bool...