Release notes for version 9.2.3 of the SDK
The release notes for version 9.2.3 of the SDK are as follows:
Code 25 barcodes:
A memory leak introduced in the Code 25 algorithm in version 9.1.5 has been corrected.
DataMatrix barcodes:
Improvement to reading dot datamatrix barcodes
MaxBarCodesPerPage is now handled correctly when reading DataMatrix barcodes. For example, if an image contained 20 datamatrix barcodes and the software returned 20 barcodes with MaxBarCodesPerPage = 0 then it may have returned a value <20 when MaxBarCodesPerPage = 20.
DataMatrix barcodes are now only compared against Min2DLength rather than both Minlength and Min2DLength.
QrCodes:
Higher levels of ColorProcessingLevel should now produce consistently better results.
Improvement in reading images containing multiple QrCodes both in quantity and speed.
Improvement in reading a URL encoded in a QrCode.
Other changes:
Addition of advanced property UsePrePageLoadTimer. When this property is non zero the timer for a read starts before the file is loaded rather than after the file has been loaded into memory.
Correction to photometric interpretation in 1bpp BMP files.