This commit is contained in:
cnwhy
2026-08-02 23:28:49 +08:00
parent c6f33bf5c9
commit f799ae2b40
12 changed files with 531 additions and 24 deletions
+4
View File
@@ -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 ') }) //低对比度图