Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add difference percentage #126

Open
viethg1995 opened this issue Mar 11, 2022 · 0 comments
Open

Add difference percentage #126

viethg1995 opened this issue Mar 11, 2022 · 0 comments

Comments

@viethg1995
Copy link

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)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant