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 04dd0fc06c
Tweaked QrCodeGeneratorDemo code to use QrSegmentAdvanced.makeKanji() instead of hard-coding the data words, while maintaining identical output image.
3 years ago
..
BitBuffer.java Added and updated many comments, almost all at the member level (rarely within functions), some with original wording, some synchronizing with the main qrcodegen project. 5 years ago
DataTooLongException.java Added "data too long" exception class, changed code to make use of it, updated Javadoc comments. 6 years ago
Memoizer.java Refactored logic in QrTemplate and ReedSolomonGenerator into new Memozier class. 5 years ago
QrCode.java Moved QrCode.toSvgString() out of the library and into the runnable demo program, slightly adapted some code, updated documentation comments. 3 years ago
QrCodeGeneratorDemo.java Tweaked QrCodeGeneratorDemo code to use QrSegmentAdvanced.makeKanji() instead of hard-coding the data words, while maintaining identical output image. 3 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 spaces around multiplication operators in QrTemplate.getAlignmentPatternPositions(), for consistency with other code. 3 years ago
ReedSolomonGenerator.java Synchronized some code with the parent project, without changing behavior. 5 years ago
package-info.java Moved QrCode.toSvgString() out of the library and into the runnable demo program, slightly adapted some code, updated documentation comments. 3 years ago