-
-
Notifications
You must be signed in to change notification settings - Fork 989
tests: Use Flash output for a couple of tests #23151
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here I'm getting slightly different colors in FP, like #9b6fad vs #9c70ad. Which FP did you take these outputs from?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I took the screenshots from Windows 10, then sent it over Discord and cropped it on my Mac, so it wouldn’t surprise me if that messed it up some. I can try a different approach later today.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not an expert, but it looks like the PNG has been converted from one color profile to another. Also be careful when sending pictures through such services as they will often reencode the image to save space. To make sure they are exactly the same, either use checksums or send them in an archive. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| num_frames = 1 | ||
|
|
||
| [image_comparisons.output] | ||
| tolerance = 12 | ||
| tolerance = 32 | ||
| max_outliers = 2170 | ||
|
|
||
| [player_options] | ||
| with_renderer = { optional = true, quality = "low" } | ||
| with_renderer = { optional = true, quality = "high" } |
Uh oh!
There was an error while loading. Please reload this page.