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

Expose resemble's options in config file and don't scaleToSameSize by default #176

Commits on May 4, 2023

  1. Set scaleToSameSize to false when comparing images.

    We should not scale to the same size when comparing images because if they have different sizes, they are not equal by definition. The scaling introduces distortions that make it hard to find the real problem.
    rafaeldalsanto committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2abd769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df20db View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    9abe419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e510d3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    4393037 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    1b1a01c View commit details
    Browse the repository at this point in the history