segno icon indicating copy to clipboard operation
segno copied to clipboard

Python QR Code and Micro QR Code encoder

Results 18 segno issues
Sort by recently updated
recently updated
newest added

Since Micro QR Codes are uncommon, ```segno.make``` shouldn't attempt to return Micro QR codes and always return QR codes. Backward incompatible change. segno.make -> QR code segno.make_micro -> Micro QR...

enhancement

ISO/IEC 23941:2022 defines Rectangular Micro QR Code (rMQR) Example (source Denso Wave https://www.denso-wave.com/en/adcd/info/detail__220525.html) ![26672_addblock5l_0](https://user-images.githubusercontent.com/364926/179976422-f7f8444a-b7c6-4dad-81aa-680d23b40804.jpg) Check if Segno can support that w/o API changes and whether the effort would be justified.

question
feature-request

The download statistics show that the usage of Py 2.7 is declining. The proportion is around 0.5%. It would simplify the code a bit, but wouldn't have huge benefits either....

question

Some serializers (i.e. SVG) use "transparent" for light modules, some serializers use "white" as default color for light modules and the border. Maybe it would be nice if all serializers...

enhancement

In order to replace existing QR code generators, it would be helpful to be able to process input from a provided file and/or standard input as well (even though it's...

Optimize input acc. to ISO/IEC 18004:2015(E) Annex J

enhancement

When creating a QR-Tag in TEX-Format without a border, the resulting image has nonetheless a border left and border right of the QR-Code. Though these borders are transparent, they disturb...

According to the feature comparison table, segno is supposed to support mixing modes, and documentation further specifies that qr.mode is supposed to return None if mixed modes are used. However,...

Maybe useful for decoding (not planned yet) http://www.datagenetics.com/blog/november12013/

enhancement
minor
decoder

@heuer # What is the maximum number of characters that can be added using segno's Structured Append? **I am facing the phenomenon that QR codes can be output but cannot...