PHP 클래스 Undemanding\Difference\Transformation\Difference

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

공개 메소드들

메소드 설명
__invoke ( array $bitmap1, array $bitmap2, integer $width, integer $height, callable $method ) : array Difference between all pixels of two images.

메소드 상세

__invoke() 공개 메소드

Difference between all pixels of two images.
public __invoke ( array $bitmap1, array $bitmap2, integer $width, integer $height, callable $method ) : array
$bitmap1 array
$bitmap2 array
$width integer
$height integer
$method callable
리턴 array