You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New result:
{
width: number;
height: number;
imagesAreSame: boolean;
diffCount: number;
percentage: number Float - Normalized total difference
Value can range from 0.00 (no difference) to 1.00 (every pixel is different)
}
The text was updated successfully, but these errors were encountered:
Current result:
{
width: number;
height: number;
imagesAreSame: boolean;
diffCount: number;
}
New result:
{
width: number;
height: number;
imagesAreSame: boolean;
diffCount: number;
percentage: number Float - Normalized total difference
Value can range from 0.00 (no difference) to 1.00 (every pixel is different)
}
The text was updated successfully, but these errors were encountered: