Version 7.3.1 for Linux Release Notes
Version 7.3.1 was released on February 30th March 2010. Release notes available here. Please note this is no longer the latest version.
1. GS-1 Databar
GS-1 Databar support has been added to toolkit. This includes RSS-14, RSS-14 Stacked, RSS Truncated, RSS Limited, RSS Expanded and RSS Expanded Stacked. There is also support for supplemental information encoded in micro-PDF-417 barcodes.
2. Color Images
A new property called ColorProcessLevel has been added to the toolkit. This property controls the amount of time the toolkit will spend processing a color image and should make it unnecessary to set the ColorThreshold property to a value other than zero. If you are upgrading from a previous version of the toolkit and set ColorThreshold to a non-zero value in your code then you will need to change the value to 0 in order to take advantage of the new property.
3. Micro-PDF-417
A memory violation error has been fixed in the micro PDF-417 module.
4. Java Interface
The properties; ReadMicroPDF417, ReadDatabar and ReadDataMatrix have been added to the java interface.
5. SkewTolerance Range
Range checks have been added for the value of the SkewTolerance property.
6. Median Filter memory leak
A memory leak has been fixed when MedianFiler is set to True.
7. Double read on skewed DataMatrix barcodes.
An error whereby it was possible to get a double read for slightly skewed datamatrix barcodes has been fixed.
8. Empty values for Datamatrix
An error whereby the toolkit returned empty datamatrix barcode values for some images has been fixed.