Page 1 of 2

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

Posted: Thu Dec 15, 2022 2:23 pm
by Alex
Version 14.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • .NET development
    • Now the SDK uses the automatic barcode recognition mode as the default mode. Please read more info here: https://www.vintasoft.com/docs/vsbarcod ... ation.html
    • Improved the algorithm that recognizes barcodes in automatic mode:
      • Improved the recognition of barcodes on images with uneven lighting.
      • Improved the recognition of barcodes on images with low modulation.
      • Improved the recognition of barcodes on images with poor focus.
    • Increased the recognition speed of QR barcodes.
    • Increased the recognition speed of DataMatrix barcodes.
    • Increased the recognition speed of Aztec barcodes.
    • Increased the recognition speed of barcodes in multithreaded environment.
    • Added the ability to select the adaptive binarization type using the Vintasoft.Barcode.ReaderSettings.AdaptiveBinarizationType property.
    • Added the ability to specify minimum (Vintasoft.Barcode.ReaderSettings.QrMinSymbolVersion property) and maximum (Vintasoft.Barcode.ReaderSettings.QrMaxSymbolVersion property) version of symbol of recognizable QR barcodes. If the barcode reader knows the symbol version of recognizable QR barcodes, this allows significantly increase the recognition speed of QR barcodes from an image that contains many similar QR barcodes.
    • API changes:
      • Default value of Vintasoft.Barcode.ReaderSettings.AutomaticRecognition property is changed to True (previous value was False).
      • Default value of Vintasoft.Barcode.ReaderSettings.ScanDirection property is changed to "ScanDirection.Vertical | ScanDirection.Horizontal" value (previous value was ScanDirection.LeftToRight).
      • Default value of Vintasoft.Barcode.ReaderSettings.AdaptiveBinarizationType property is changed to AdaptiveBinarizationType.HighQuality value (previous value was AdaptiveBinarizationType.Fast).

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

Posted: Mon Dec 26, 2022 4:43 pm
by Alex
Version 14.1.1.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • .NET development
    • Fixed not critical bug in algorithm that destroys GDI+ Bitmap.

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

Posted: Wed Jan 18, 2023 5:24 pm
by Alex
Version 14.1.2.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • .NET development
    • Fixed the bug in algorithm that recognizes QR Code barcode.
    • Fixed the bug in algorithm that detects region of recognized 1D barcode.

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

Posted: Tue Jan 24, 2023 11:54 am
by Alex
Version 14.1.3.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • .NET development
    • Improved the algorithm that recognizes PDF417 barcodes.

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

Posted: Mon Feb 13, 2023 10:39 am
by Alex
Version 14.1.4.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • .NET development
    • Improved the algorithm that detects bounding box of recognized Code 128 barcode.

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

Posted: Tue Feb 21, 2023 5:00 pm
by Alex
Version 14.1.5.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Now .NET assemblies use Vintasoft.Shared.dll assembly version 3.4.0.1.

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

Posted: Fri Mar 03, 2023 9:42 am
by Alex
Version 14.1.6.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Fixed the bug, which is related with usage of Vintasoft.Barcode.ReaderSettings.RecognitionTimeout property.

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

Posted: Thu Mar 09, 2023 11:39 am
by Alex
Version 14.1.7.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the algorithm that detects region of recognized 1D barcode.

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

Posted: Thu Aug 24, 2023 10:25 am
by Alex
Version 14.1.11.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Added new properties BlackNarrowBarWidth, WhiteNarrowBarWidth, BlackWhiteRatio to the ISO15416 barcode print quality test.
  • Changed the default value of ReaderSettings.DataMatrixLPatternMaxErasures property from 2 to 5.
  • Fixed the bug in algorithm that recognizes barcodes with usage of ReaderSetting.RecognitionTimeout property.

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

Posted: Tue Aug 29, 2023 9:33 am
by Alex
Version 14.1.12.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • The Vintasoft.Barcode.SkiaSharp assembly now references SkiaSharp 2.88.5 assembly. Previously, the Vintasoft.Barcode.SkiaSharp assembly referred to the SkiaSharp 2.88.0 assembly.
  • The Vintasoft.Barcode.ImageSharp assembly now references SixLabors.ImageSharp 3.0.1 assembly. Previously, the Vintasoft.Barcode.ImageSharp assembly referred to the SixLabors.ImageSharp 2.1.3 assembly. Now the Vintasoft.Barcode.ImageSharp assembly is available for .NET 6 and .NET 7 because SixLabors.ImageSharp 3.0.1 assembly is available for .NET 6 and .NET 7 only.