PHP 클래스 Undemanding\Difference\Transformation\Scale

파일 보기 프로젝트 열기: undemanding/difference

공개 메소드들

메소드 설명
__invoke ( array $bitmap, integer $width, integer $height, float $maximum, float $factor ) : array New map of pixels scaled by a constant factor.

메소드 상세

__invoke() 공개 메소드

New map of pixels scaled by a constant factor.
public __invoke ( array $bitmap, integer $width, integer $height, float $maximum, float $factor ) : array
$bitmap array
$width integer
$height integer
$maximum float
$factor float
리턴 array