PHP imageaffine – 返回经过仿射变换后的图像
PHP imageaffine - 返回经过仿射变换后的图像
imageaffine — 返回经过仿射变换后的图像,剪切区域可选。
语法
resource imageaffine ( resource $image , array $affine [, array $clip ] )
参数
- image 由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
- affine 数组,其中键为 0 至 5 的数字。
- clip 数组,其中键为 "x","y","width" 和 "height"。
返回值
成功则返回仿射变换后的图像, 或者在失败时返回 FALSE。
相关文章
- PHP 语法
- PHP 常量
- PHP 字符串
- PHP Cookie
- PHP 过滤器
- PHP 高级过滤器
- PHP array_column() 函数
- PHP array_fill() 函数
- PHP array_flip() 函数
- PHP array_search() 函数
- PHP array_uintersect_uassoc() 函数
- PHP arsort() 函数
- PHP compact() 函数
- PHP end() 函数
- PHP krsort() 函数
- PHP list() 函数
- PHP natsort() 函数
- PHP 5 Array 函数
- PHP Filter 函数
- PHP Mail 函数