PHP Manual

PHP function imageaffinematrixget()

2019-09-11T08:04:03.000Z

Obsah článku

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.

Other resources

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.
271.

V jiných jazycích

Status:
All systems normal.
2025