Imagine API
Class

Imagine\Test\Constraint\IsImageEqual

class IsImageEqual extends PHPUnit_Framework_Constraint

Methods

__construct(ImageInterface $value, float $delta = 0.1, integer $buckets = 4)

evaluate($other)

{@inheritdoc}

toString()

{@inheritdoc}

Details

at line 42
public __construct(ImageInterface $value, float $delta = 0.1, integer $buckets = 4)

Parameters

ImageInterface $value
float $delta
integer $buckets

Exceptions

InvalidArgumentException

at line 64
public evaluate($other)

{@inheritdoc}

Parameters

$other

at line 97
public toString()

{@inheritdoc}