update : 2015.11.03
php.shukuma.com검색:
|
imageconvolution(PHP 5 >= 5.1.0, PHP 7) imageconvolution — Apply a 3x3 convolution matrix, using coefficient and offset 설명
bool imageconvolution
( resource
$image
, array $matrix
, float $div
, float $offset
)Applies a convolution matrix on the image, using the given coefficient and offset. 인수
반환값
성공 시 예제
Example #1 Embossing the PHP.net logo
<?php 위 예제의 출력: Example #2 Gaussian blur
<?php 위 예제의 출력: 주의
|