You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/src/io/nayuki/fastqrcodegen
Project Nayuki 655bb970ce
Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification.
6 years ago
..
BitBuffer.java Added and updated comments. 6 years ago
DataTooLongException.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
QrCode.java Completely rewrote the algorithm for detecting finder-like patterns, making it more accurate and compliant with the QR Code specification. 6 years ago
QrCodeGeneratorDemo.java Slightly tweaked demo program for clarity. 6 years ago
QrCodeGeneratorWorker.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
QrSegment.java Added/updated/deleted some comments. 6 years ago
QrSegmentAdvanced.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
QrTemplate.java Added/updated/deleted some comments. 6 years ago
ReedSolomonGenerator.java Deleted unused parameter and simplified code in ReedSolomonGenerator.getRemainder(). 6 years ago
package-info.java Added package summary Javadoc comment. 6 years ago