imageaffine

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

imageaffine返回經(jīng)過仿射變換后的圖像,剪切區(qū)域可選

說明

imageaffine(resource $image, array $affine, array $clip = ?): resource

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

image

由圖象創(chuàng)建函數(shù)(例如imagecreatetruecolor())返回的 GdImage 對(duì)象。

affine

數(shù)組,其中鍵為 0 至 5 的數(shù)字。

clip

數(shù)組,其中鍵為 "x","y","width" 和 "height"。

返回值

成功則返回仿射變換后的圖像, 或者在失敗時(shí)返回 false.