Feng Dihai

Results 13 comments of Feng Dihai

Glad to hear. mdict-js is my hobby project under construction (actually suspending for a while). Thanks if you can brush-up my code and turn it AMD/CommonJS/Node compatible. One reason for...

Hi, CraziNerdi. 1. What you look at http://fengdh.github.io/mdict-js/ is a prototype to demonstrate my little pure JavaScript implemented mdict parser and a reference renderer for browser. Not a full-fledged product....

Read head of https://github.com/fengdh/mdict-js/blob/master/mdict-parser.js, which are helpful links to understand MDX format (be careful erroneous information). 2017-02-08 17:24 GMT+09:00 Majid Hojati : > I was looking for any library or...

You must use correct **encoding** to parse raw result.

With ZBar.wasm(https://github.com/undecaf/zbar-wasm, https://github.com/samsam2310/zbar.wasm), I create an online live sample which outperforming jsQR with ability to detect **multiple codes** in one frame supporting **multiple code types**: https://output.jsbin.com/nidonin Open the link above...

You can apply darken filter to your original image data, try both orginal and altered one with jsQR.

Please also consider using zbar.wasm (see https://github.com/undecaf/zbar-wasm, and https://github.com/samsam2310/zbar.wasm). Here is my live sample with zbar.wasm https://output.jsbin.com/zevavin

By the way, I have tried with your new implementation but could not decompress data in my MDict dictionary file correctly (result byte length **IS** as expected, but data itself...

Your latest commit on _Aug. 3 (fix loop problems_) still does not work well for all my dictionary data, though this time it produced much more correct results. I have...

**[email protected]** in both folder "good" & "bad" is the same original lzo-compressed data block (not a real *.lzo file). In fact, I have no real *.lzo file in hand, only...