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

Fix missing data matrix quality parameter #273

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mikelei8291
Copy link

The quality parameter of the data matrix command was missing. This commit fix the issue.

As you can see in the code comment above, there is the mandatory quality parameter set to 200, which is the only valid value now.

Labelary documentation of the quality parameter:

quality: The level of error correction to apply. Valid values are 0 (ECC 0), 50 (ECC 50), 80 (ECC 80), 100 (ECC 100), 140 (ECC 140) and 200 (ECC 200). The default value is 0 (scan errors are detected but not corrected). Always use quality level 200 (ECC 200).

@mikelei8291
Copy link
Author

Related: #268

However, note that the documentation says "always use quality level 200", so I don't think it's necessary to implement all quality level settings.

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

Successfully merging this pull request may close these issues.

1 participant