Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ known_failure.ruffle_check = false

[image_comparisons.output]
tolerance = 50
max_outliers = 200
max_outliers = 1809

[player_options]
with_renderer = { optional = true, quality = "low" }
with_renderer = { optional = true, quality = "high" }

[subtests.fp9]
output_path = "output.fp9.txt"
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The 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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

Copy link
Member

Choose a reason for hiding this comment

The 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.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions tests/tests/swfs/visual/gradient_issue_9892/test.toml
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" }
Loading