lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.25k stars 660 forks source link

Shape of position and alignment blocks #329

Open aiotech-pub opened 1 year ago

aiotech-pub commented 1 year ago

Is there any possibility to make circular position and alignment blocks as in the attached image? ACG-5

lukasheuer commented 11 months ago

You can use the "eye_drawer" argument to specify drawers for the alignment blocks.

Vill21 commented 11 months ago

I've tried this one, but doing so will end each barcell become styled as specified by drawer. Unfortunately, QR code may also become unreadable. I send an example picture below.

qrcode_0

That is not what was asked, I believe. It would be nice if there was a way to get alignment blocks styled as one big separate part of the code which can be then successfully scanned. When I write about the separate part of the code, I mean those blocks like in the issue's opening post.