samsam2310 / zbar.wasm

A wasm build of C/C++ ZBar barcode scanning library.
GNU Lesser General Public License v2.1
222 stars 30 forks source link

use updated zbar version #10

Closed lekoala closed 2 years ago

lekoala commented 2 years ago

Do you think you could use an up to date version of zbar instead of 0.10 ? it seems newest version includes lots of fixes

samsam2310 commented 2 years ago

Yes maybe. Do you have some specific fix or features you want?

lekoala commented 2 years ago

i don't think there is any specific feature, as long as it works reliably. I just found out about https://github.com/maslick/koder this project which use an updated version but also does a lot more than what i'm looking for but maybe there is no real benefits in the newest versions

samsam2310 commented 2 years ago

Thanks for the context. I used 0.10 because that is the newest version I found in the document when I create the project. I didn't know that there is a fork. But yes using a maintained version should be better.

jcs224 commented 2 years ago

Can confirm that newer version of zbar is more accurate when scanning images.

samsam2310 commented 2 years ago

I have planned to do the uprev but it may need some time.