-
Notifications
You must be signed in to change notification settings - Fork 599
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
MAX_DATA_SIZE is too low for full support of "Structured-appended" feature #185
Comments
@misa-ki, how many symbols do you expect to be generated? According to QR Code Outline specification, at most 16 symbols are allowed in structured appending. And, |
@lemniscati I'm expecting less than 16 chained QR codes because my input file is not so large:
I've made some tests and it seems to work only up to 14179 characters (generating 5 QR codes from
|
The error message comes from a function And this limitation is brought by the definition of
It seems that |
Fix the issue #185 in the upstream: fukuchi/libqrencode#185 cf. the pull-request #186: fukuchi/libqrencode#186
Fix the issue #185 in the upstream: fukuchi/libqrencode#185 cf. the pull-request #186: fukuchi/libqrencode#186
Fix the issue #185 in the upstream: fukuchi/libqrencode#185 cf. the pull-request #186: fukuchi/libqrencode#186
The following command returns an error Input data is too large but I would have expected input data spread over several QR codes (
output-01.png
,output-02.png
, etc.):According to the manual: "Libqrencode can generate "Structured-appended" symbols that enables to split a large data set into mulitple QR codes."
Version tested:
The text was updated successfully, but these errors were encountered: