update : 2015.11.03
php.shukuma.com검색:
|
ImagickKernel::scale(PECL imagick >= 3.3.0) ImagickKernel::scale — Description 설명
public void ImagickKernel::scale
( void
)
ScaleKernelInfo() scales the given kernel list by the given amount, with or without normalization of the sum of the kernel values (as per given flags). The exact behaviour of this function depends on the normalization type being used please see http://www.imagemagick.org/api/morphology.php#ScaleKernelInfo for details. Flag should be one of Imagick::NORMALIZE_KERNEL_VALUE, Imagick::NORMALIZE_KERNEL_CORRELATE, Imagick::NORMALIZE_KERNEL_PERCENT or not set. 인수이 함수는 인수가 없습니다. 반환값
예제
Example #1 ImagickKernel::scale()
<?php |