fukuchi / libqrencode

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

Fix XPM termination with margin other than 1 / Solves issue #193 and #188 #194

Open PCDbeeip opened 2 years ago

PCDbeeip commented 2 years ago

process bottom margin like top margine by adding empty row at the end of QR data and always terminate the block even if there is no magin.

Note : the last ',' at the end of the table seems to be valid with every C compiler or every image processor i checked.

Solves issue #193 and #188