boombuler / barcode

a barcode creation lib for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doubt about barcode pattern

PMoneda opened this issue · comments

Hi, I tried to use twoofive barcode and I had some issues when reading barcode at banking mobile app So, I found in the code the following part
capturar

And there is a diference in the width. So I tried to change the interleaved option width to 3 and after that the mobile banking app started to read barcode faster. Why there is a diference between two options?

Just googled a little and I can't tell why I set the value to 2 3 years ago... but it seems like the acceptable range is 2.25:1 to 3:1. So changing the value to 3 seems like a good idea.
Would you mind making a pull-request? Otherwise it will take some time until I find some time to fix it.

Thanks for reporting!