Page 1 of 2

Version 10.0 of VintaSoft Barcode .NET SDK has been released.

Posted: Mon Jun 26, 2017 10:55 am
by Alex
Version 10.0 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Barcode recognition:
    • Added the ability to recognize QR Code Model 1 barcodes (see the ReaderSettings.SearchQRModel1Barcodes property).
    • Added the ability to recognize Code 39 barcodes without start/stop symbols (see the ReaderSettings.SearchCode39WithoutStartStop property).
    • Added the ability to recognize Pharmacode barcodes, which contain just 3 bars.
    • Added the ability to stop barcode recognition by timeout (see the ReaderSettings.RecognitionTimeout property).
    • Added the ability to recognize mirrored reversed Aztec, QR and Micro QR Code barcodes.
    • Added the ability to get centers of search patterns for Aztec, QR, Micro QR and Han Xin Code barcodes.
      Image
      Image
    • Added the ability to get the "Mask Pattern" parameter of QR Code barcode.
    • Added the ability to scale image with barcodes before barcode recognition (see the ReaderSettings.ImageScaleFactor property). The barcode recognition performance for large barcodes can be greatly increased if correct scale factor for barcode image is specified. The barcode recognition quality can be increased for very small barcodes if correct scale factor for barcode image is specified.
    • Added the ability to specify the maximum size of 2D barcode cell (see the ReaderSettings.MatrixBarcodeMaxCellSize property) for Aztec, QR, Micro QR, DataMatrix, Han Xin Code and Maxicode barcodes. The previous version always tries to recognize 2D barcodes with cell size from 1 to 64 pixels. The speed of barcode recognition can be increased up to 30% if the maximum cell size is reduced, for example, if only 2D barcodes with cell size from 1 to 20 pixels will be searched.
  • Barcode generation:
    • Added the ability to generate Aztec, DataMatrix, QR Code, Micro QR Code, HanXin Code barcode as the "structure of 2D barcode".
      Image
      The "structure of 2D barcode" has the following advantages:
      • The barcode is represented by a tree structure, which consists from data layers and fixed elements.
      • Barcode drawing process is simplified, because the search and aligning patterns are represented by separate objects (see the BarcodeElements class).
      • For each barcode cell is possible to determine the importance, which depends on the layer of barcode the cell belongs to:
        • search patterns
        • orientation patterns
        • aligning patterns
        • timing patterns
        • service information (format, version, error correction level)
        • user data
        Image
    • Added the ability to generate "design" Aztec, DataMatrix, QR, MicroQR, HanXinCode barcodes
      Image
      Image
      Image
    • Added the ability to generate QR Code Model 1 barcodes.
    • Added the ability to generate Pharmacode barcodes, which contain just 3 bars.
    • Added the ability to generate barcode image of strictly specified size (see the BarcodeWriter.GetBarcodeAsBitmap(double, double, UnitOfMeasure) method).
      Image
    • Added the ability to specify and get the "Mask Pattern" parameter of QR barcode.
    • Added the ability to specify the "Quiet Zones" for generated barcode.

Version 10.0.1.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Mon Jul 03, 2017 5:33 pm
by Alex
Version 10.0.1.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the QR barcode recognition algorithm.

Version 10.0.2.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Tue Aug 08, 2017 12:20 pm
by Alex
Version 10.0.2.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of Pharmacode barcodes.

Version 10.0.3.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Wed Aug 16, 2017 11:28 am
by Alex
Version 10.0.3.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of DataMatrix barcodes.
  • Improved the recognition algorithm of Pharmacode barcodes.

Version 10.0.4.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Wed Aug 23, 2017 10:17 am
by Alex
Version 10.0.4.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of Pharmacode barcodes.
  • Improved the algorithm that calculates the reading quality (ReadingQuality) of EAN barcodes.
    Improved the algorithm that calculates the recognition confidence (Confidence) for EAN barcodes. Now the barcode recognition confidence (Confidence) depends on the reading quality (ReadingQuality):
    • Confidence=100 if ReadingQuality is in range (0.5; 1],
    • Confidence=[95..100) if ReadingQuality is in range [0; 0.5).

Version 10.0.7.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Wed Sep 06, 2017 2:19 pm
by Alex
Version 10.0.7.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the recognition algorithm of QR barcodes.
  • Improved the recognition algorithm of Pharmacode barcodes.

Version 10.0.8.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Tue Sep 26, 2017 2:03 pm
by Alex
Version 10.0.8.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the regress in ISO15416 barcode print quality test for EAN barcodes. The SDK has the regress starting from version 10.0.4.1.

Version 10.0.9.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Wed Nov 01, 2017 2:24 pm
by Alex
Version 10.0.9.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the algorithm, which automatically determines the best encoding mode for value of DataMatrix barcode.

Version 10.0.10.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Fri Nov 03, 2017 3:09 pm
by Alex
Version 10.0.10.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the bug in encoder of GS1 DataBar Expanded and GS1 DataBar Expanded Stacked barcodes.
  • Fixed the bug in encoder and decoder of RSS Expanded and RSS Expanded Stacked barcodes. Bug may occur if barcode value contains non-data symbol <FNC1>.

Version 10.0.11.1 of VintaSoft Barcode .NET SDK has been released.

Posted: Mon Nov 20, 2017 10:39 am
by Alex
Version 10.0.11.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the bug in algorithm, which calculates the decoding grade for barcode line in ISO15416 barcode print quality test.