imageaffine
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
imageaffine — 返回經過仿射變換后的影象,剪下區域可選
說明
imageaffine(resource
$image
, array $affine
, array $clip
= ?): resource
警告
本函式還未編寫文件,僅有參數列表。
參數
-
image
-
由圖像建立函式(例如imagecreatetruecolor())返回的 GdImage 對象。
-
affine
-
陣列,其中鍵為 0 至 5 的數字。
-
clip
-
陣列,其中鍵為 "x","y","width" 和 "height"。
返回值
成功則返回仿射變換后的影象, 或者在失敗時返回 false
.