-
Notifications
You must be signed in to change notification settings - Fork 59
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
Generated Barcode is not readable #10
Comments
Can you attach an output image to this ticket and post a relevant code snippet? |
|
I had one more query.. Suppose i need to deploy my code to hereku server then how to install graphicsmagicx in it??? i have install graphicsmagick in my system and the barcode is generated.. ..what if i deploy it in hereku server?? |
If Heroku does not have Graphics Magic installed, it cannot run, I am afraid. |
Thanks Sam... Can you please let me know why the barcode generated is not readable through barcode scanner? |
If you increase the pixel width of your output image, you should be able to read it with a scanner. What's going on here is that that the image is being squished which makes it hard for the scanner to distinguish between narrow bars and wide bars. Additionally, code39 takes a lot of space to represent the data you give it, so it's really only good for short numbers or short phrases. If your barcode gets too long with code39, you might want to try a higher density barcode or shorten your message you're sending through. |
Making this easier to surface to the user, see #14 |
Hi,
I followed the steps provided. I am able to generate the barcode. But the generated barcode value is not readable in barcode scanner. Can you please advise if i might have missed some steps.
The text was updated successfully, but these errors were encountered: