Version 14.3 of VintaSoft Barcode .NET SDK has been released.
What's new in this version:
Added the ability to recognize and generate Japan Post barcodes.
Added the ability to recognize and generate Italian Post 2 of 5 barcodes.
Now the barcode generator can generate vector representation of barcode with barcode text (for example EAN-13 barcode with text under barcode). Previously the barcode generator was able to generate vector representation of barcode without barcode text only.
Now the barcode generator can generate SVG-image of barcode with barcode text (for example EAN-13 barcode with text under barcode). Previously the barcode generator was able to generate SVG-image of barcode without barcode text only.
Now ISO15415 barcode print quality test can return the modulation matrix of analyzed barcode. The modulation matrix can be used to identify problems in printed barcode.
Increased the recognition performance of QR barcodes up to 20%.
Increased the recognition performance of DataMatrix barcodes up to 20%.
Improved the recognition of 1D and PDF417 barcodes on images with low quality.
BarcodeDemo: Added the ability to view the modulation matrix for a 2D barcode if the barcode was verified using ISO15415 barcode print quality test.
Version 14.3.4.1 of VintaSoft Barcode .NET SDK has been released.
What's new in this version:
Improved the algorithm that cancels barcode recognition. Now the ReaderSettings.RecognitionTimeout property can be used on any platform. Previosly the ReaderSettings.RecognitionTimeout thrown exception in .NET Core 3+ and .NET 5+ because Thread.Cancel method is deprecated in .NET Core 3+ and .NET 5+.
Added the ability to recognize DataMatrix barcodes from mirrored images.
Added the ReaderSettings.SearchMirrored2DBarcodes property that allows to enable/disable recognition of mirrored 2D barcodes.
Version 14.3.5.1 of VintaSoft Barcode .NET SDK has been released.
What's new in this version:
The Vintasoft.Barcode.ImageSharp assembly now references SixLabors.ImageSharp 3.1.4 assembly. Previously, the Vintasoft.Barcode.ImageSharp assembly referred to the SixLabors.ImageSharp 3.0.1 assembly.