Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aztec Code #10

Closed
ruudk opened this issue May 6, 2016 · 7 comments
Closed

Aztec Code #10

ruudk opened this issue May 6, 2016 · 7 comments

Comments

@ruudk
Copy link

ruudk commented May 6, 2016

Would be nice to have support for Aztec Code too (https://en.wikipedia.org/wiki/Aztec_Code)

@willtrking
Copy link

willtrking commented Dec 24, 2016

+1, very nice 2d code since it doesn't require a quiet zone

@boombuler
Copy link
Owner

Hi, I would love to implement it but I dont have all required information to so so :(

@ruudk
Copy link
Author

ruudk commented Dec 24, 2016

For me it is solved by using Mint (binary) to generate the Aztec barcode. Not as nice as doing it in Go but my knowledge of Go is not good enough to port an existing Aztec encoder to it.

@boombuler
Copy link
Owner

I've started porting the aztec code generation from zxing.
I would normally not do this because I started this project to learn how different barcodes are encoded from scratch.
But I guess its better to learn from other peoples code, then not learning anything :)

@ruudk
Copy link
Author

ruudk commented Dec 25, 2016

Cool! I would definitely switch to using Aztec generation through go lang!

I learned a lot by porting PDF417 barcodes from PHP to Go :)

@boombuler
Copy link
Owner

Hey, please test this and let me know if there are any issues...

@willtrking
Copy link

Seems working for my use case (encoding 2 space-padded int64 seperated with a dash). This is much appreciated!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants