Skip to content

Commit

Permalink
try mse
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Aug 3, 2024
1 parent 4b115d9 commit d5f6ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-direct3d11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Compile and run Test 1
run: .\krink\Kinc\make.bat -v vs2022 -g direct3d11 --run
- name: Check Test 1
run: magick compare -verbose -metric ae -fuzz 10% .\tests\compare\basic.png .\tests\bin\basic.png NULL
run: magick compare -verbose -metric mse -fuzz 10% .\tests\compare\basic.png .\tests\bin\basic.png NULL

0 comments on commit d5f6ab8

Please sign in to comment.