English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
imageaffine — Returns the image after affine transformation, with an optional clipping area.
resource imageaffine (resource $image, array $affine[, array $clip])
imageimage resource returned by the image creation function (e.g., imagecreatetruecolor()).
affineAn array with keys from 0 to 5 number.
clipAn array with keys "x", "y", "width", and "height".
If successful, returns the image after affine transformation, or FALSE in case of failure.