Replies: 1 comment 2 replies
-
The focus of this library is on decoding, and I'd prefer to keep it that way. Since encoding and decoding are completely different processes, there should be no issue in using different libraries for the two. Are there anything specific problems that would be solved for you by having the encoding functionality in the same library? Maybe it would help to just add some notes / reference to the Okapi library in the readme? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I did research on available barcode decoding and encoding tools and wasn't able to find a library that does both very well. Zxing is a great decoder but lacking encoding capabilities, while most encoders have no decoding features. As Zxing isn't actively developed any more it is difficult to improve its encoding capabilities. However, an advanced Java based barcode encoding library already exists https://github.com/woo-j/OkapiBarcode. So I was hoping someone with the required skills and spare time could port some of its functionality to this project over the coming months/years?
Unfortunately, I am not capable of it and won't be for the foreseeable future (incompatible career choice). I believe the whole FOSS community could benefit a lot by it though. I created this ticket, so someone will see this eventually and like the idea too and maybe start having a try.
Thank you for reading this and have a great day!
Beta Was this translation helpful? Give feedback.
All reactions