We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce897c commit 8f4a0baCopy full SHA for 8f4a0ba
scripts/test
@@ -71,7 +71,7 @@ fi
71
72
function img_compare()
73
{
74
- $MAGICK_COMPARE -metric AE -fuzz 0.5\% "$1" "$2" null: 2>&1 | cut -d\ -f1
+ $MAGICK_COMPARE -metric AE -fuzz 1\% "$1" "$2" null: 2>&1 | cut -d\ -f1
75
}
76
77
function update_test_ref()
0 commit comments