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

DataMatrix with multiple extents? #46

Open
shadowfoxish opened this issue Jun 26, 2024 · 1 comment
Open

DataMatrix with multiple extents? #46

shadowfoxish opened this issue Jun 26, 2024 · 1 comment

Comments

@shadowfoxish
Copy link

shadowfoxish commented Jun 26, 2024

Does this library support creating datamatrix barcodes that have multiple segments?

One labeling software I've seen called this "structured append".

image

I was able to get it to generate a barcode in this layout, but its restricted in size. Is it possible to automatically lengthen the CodeSize? For example, if I call DataMatrixEncoder.Encode(content, 16, 48, false); and it realizes there aren't enough segments to stuff the content in, it would just arbitrarily add more. It currently errors.

@shadowfoxish
Copy link
Author

Nevermind. I think I misunderstood what structured append actually was. It strings together discrete matricies with some special characters. Seems though, that the code does not find the rectangular CodeSizes, so maybe I can make a pull request to add a parameter that preferentially selects the rectangular layout over the square layout.

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

1 participant