PHP GD imageaffine() 函数
PHP imageaffine() 函数用于返回经过仿射变换后的图像,剪切区域可选
函数原型
resource imageaffine ( resource $image , array $affine [, array $clip ] )
参数
参数 | 说明 |
---|---|
image | 由图象创建函数( 如 imagecreatetruecolor() ) 返回的图象资源 |
affine | 数组,其中键为 0 至 5 的数字 |
clip | 数组,其中键为 "x","y","width" 和 "height" |
返回值
成功则返回仿射变换后的图像, 或者在失败时返回 FALSE