PHP function imageaffinematrixget()
Availability in versions: `PHP 5.5.0 / function imageaffinematrixconcat(array $m1, array $m2) {}
/**
Return an image containing the affine tramsformed src image, using an optional clipping area, PHP 5.5.0`
Return an image containing the affine tramsformed src image, using an optional clipping area
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$type |
int |
||
$options |
mixed |
null |
Return values
- resource|bool Return affined image resource on success or FALSE on failure. / function imageaffine($image, $affine, $clip = null) {}
/** Concat two matrices (as in doing many ops in one go)
- array|bool Array with keys 0 to 5 and float values or FALSE on failure.
- array|bool Array with keys 0 to 5 and float values or FALSE on failure.