Replies: 1 comment
-
How about specifying both In my understanding, it tests to see if areas with perceptual differences of less than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just trying out the 1.10.0 release with perceptual precision and it seems to have the same false positive issues as the existing precision parameter.
For example, these two images (which appear identical to me) pass with
.image(precision: 0.995)
but only pass with perceptual precision if I lower them to:.image(perceptualPrecision: 0.962)
The build-in diff shows as pure black, but in another diff tool, you can see there are differences in text and rounded corners.
Is perceptual precision just not great with dark colours? Any tips on how to use it? I was really hoping to crank everything up to 1.0 since the old precision diff often misses small issues with larger screenshots (since 1% of a large image is a lot of bad pixels!)
Beta Was this translation helpful? Give feedback.
All reactions