Query: imageaffine
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAGEAFFINE(3) 1 IMAGEAFFINE(3) imageaffine - Return an image containing the affine transformed src image, using an optional clipping areaSYNOPSISresource imageaffine (resource $image, array $affine, [array $clip])DESCRIPTIONWarning This function is currently not documented; only its argument list is available.PARAMETERSo $ image -An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(3). o $affine - Array with keys 0 to 5. o $clip - Array with keys "x", "y", "width" and "height".RETURN VALUESReturn affined image resource on success or FALSE on failure. PHP Documentation Group IMAGEAFFINE(3)