fukuchi / libqrencode

A fast and compact QR Code encoding library
https://fukuchi.org/works/qrencode/
GNU Lesser General Public License v2.1
2.53k stars 592 forks source link

The width of the TWO-DIMENSIONAL code can be limited #196

Closed snailwft closed 2 years ago

snailwft commented 2 years ago

Hello, I call the interface QRcode_encodeString to generate the TWO-DIMENSIONAL code for the string. Is there any way to ensure that the width of the two-dimensional code generated by the string is limited to a range, no matter how long the string is.