-
Notifications
You must be signed in to change notification settings - Fork 136
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
Delete gaps - padding #13
Comments
Use the option wq=0 to remove the quiet area. Note that this is not
recommended in general because it may render a barcode unscannable.
… |
thanks my friend. |
The quiet area is part of what the scanner looks for to distinguish a
barcode from a random image. Most scanners can scan a QR code with even a
minimal quiet area, but will fail if it's eliminated entirely, particularly
around the finder patterns (the three big squares in the corners of the QR
code). See this post for more details:
https://qrworld.wordpress.com/2011/08/09/the-quiet-zone/
The QR spec calls for a quiet area 4x the size of a module (a "pixel" of a
QR code) so that is what barcode.php generates by default. If you just want
a smaller quiet area, you can combine wq=0 (suppress quiet area) with p=4
(add 4px padding) to get a minimal quiet area.
|
thank you so muhc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
https://i.ibb.co/nPGqTYs/Ekran-Resmi-2019-10-15-17-07-43.png
See the image above. There are margins. How can I remove them?
margin:0
padding:0
thanks
The text was updated successfully, but these errors were encountered: