imageaffinematrixget
PHP 5 >= 5.5.0, PHP 7, PHP 8
imageaffinematrixget - Get an affine transformation matrix
Code Examples
Example #1 imageaffinematrixget example
Result: Array
(
[0] => 1
[1] => 0
[2] => 0
[3] => 1
[4] => 2
[5] => 3
)