imageaffinematrixconcat

(PHP 5 >= 5.5.0, PHP 7)

imageaffinematrixconcatConcatenate two affine transformation matrices

说锟斤拷

imageaffinematrixconcat ( array $m1 , array $m2 ) : array

Returns the concatenation of two affine transformation matrices, what is useful if multiple transformations should be applied to the same image in one go.

锟斤拷锟斤拷

m1

An affine transformation matrix (an array with keys 0 to 5 and float values).

m2

An affine transformation matrix (an array with keys 0 to 5 and float values).

锟斤拷锟斤拷值

An affine transformation matrix (an array with keys 0 to 5 and float values) 锟斤拷锟斤拷锟斤拷失锟斤拷时锟斤拷锟斤拷 FALSE.

锟斤拷锟斤拷

Example #1 imageaffinematrixconcat() example

<?php
$m1 
imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' 2'y' => 3));
$m2 imageaffinematrixget(IMG_AFFINE_SCALE, array('x' 4'y' => 5));
$matrix imageaffinematrixconcat($m1$m2);
print_r($matrix);
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

Array
(
    [0] => 4
    [1] => 0
    [2] => 0
    [3] => 5
    [4] => 8
    [5] => 15
)

锟轿硷拷

  • imageaffine() - 锟斤拷锟截撅拷锟斤拷锟斤拷锟斤拷浠伙拷锟斤拷图锟今,硷拷锟斤拷锟斤拷锟斤拷锟窖�
  • imageaffinematrixget() - Get an affine transformation matrix