QrEps output Update #148
danielHPeters
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey, thank you for your feedback and updates! When i added the EPS output, i thought of it as a gimmick and didn't expect anyone to use this dinosaur of a file format but here we are :D. I'll add and push the changes ASAP - i might change the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for this amazing library.
We are using this libray to create QR-codes for print-labels.
Since we are using InDesign when editing these labels, the new QrEps output in the dev branch is a very useful addition, because its easier to import and edit the eps qr-codes in InDesign. In its current form there are some issues though.
When comparing the QR-code generated with other output methods (e.g. png or jpg) the QR-code looked different
when using exact same parameters and data. Upon further investigation we noticed that when removing the 90deg rotation
and mirroring the y-axis, the eps file was correct. We would like to share the changes made (maybe others can improve on the changes as well).
The updated QrEps class also uses a different scaling method so no transforms are necessary.
The drawLightModules option is also implemented.
We also updated the getModuleValue function to accept an RGB array (the int/byte hex method was not practical for us to work with).
Here's the updated code:
Beta Was this translation helpful? Give feedback.
All reactions