4 x version number + 17 dots on each side
Is there any built-in library in Free Pascal to generate and/or read QR code?
The only Pascal implementation of Reed–Solomon error correction I am aware of has been published in a thesis that was accepted by a university in Berlin in 1986. If you don't have problems reading a German text, you can access it (along with code) from https://doi.org/10.14279/depositonce-1815. The code is in a PDF file linked from there.
Quote from: anyone on November 12, 2020, 08:01:16 amIs there any built-in library in Free Pascal to generate and/or read QR code?https://wiki.lazarus.freepascal.org/LazBarcodes
Thank you, it uses Zint Barcode Generator as the backend and support all 2D barcodes (no 1D barcodes).
LazBarcodes is a set of controls to create 1D and 2D barcodes....Status: In development
Quote from: anyone on November 12, 2020, 10:41:14 amThank you, it uses Zint Barcode Generator as the backend and support all 2D barcodes (no 1D barcodes).QuoteLazBarcodes is a set of controls to create 1D and 2D barcodes....Status: In developmentThe 1D is probably the part that's 'still in development' At least you can use that code (including lbc_reedsolomon.pas) to see how it's done exactly for a QR code.