mirror of
https://github.com/cnwhy/QRCode-decode.git
synced 2026-08-13 04:51:41 +08:00
v0.0.6
This commit is contained in:
@@ -39,4 +39,8 @@ Promise.resolve()
|
||||
.then(function () { return test('./img/24.png', 'png24 ') })
|
||||
.then(function () { return test('./img/jt.gif', 'gif_jt') }) //单帧
|
||||
.then(function () { return test('./img/dt.gif', 'gif_dt') }) //多帧
|
||||
.then(function () { return test('./img/otsu.png', 'otsu ') }) //渐变光照图
|
||||
.then(function () { return test('./img/o1.png', 'o1 ') }) //透明背景美化码
|
||||
.then(function () { return test('./img/o2.png', 'o2 ') }) //深色背景美化码
|
||||
.then(function () { return test('./img/o3.png', 'o3 ') }) //低对比度图
|
||||
|
||||
|
||||
Reference in New Issue
Block a user