Barcode Xpress .NET Core のリリース

Released: Jan 9, 2025

v14.0 での更新項目

機能

  • New generic image API
    • BarcodeXpress now provides an API that analyzes an image file contained within a generic Stream, allowing users to more easily analyze JPEG, TIFF, PNG, or BMP files.
  • New API
    • Barcode Xpress now provides an API that analyzes an ImGearRasterPage object, allowing users to analyze any image that ImageGear supports.
  • Expanded bit depth support
    • BarcodeXpress can now analyze a wider variety of bit depths, including 32 bit ARGB.
  • Added support for Windows 11
    • Windows 11 is now...

Released: Jan 7, 2025

v13.10 での更新項目

機能

  • New Barcode Scanner REST API sample.
    • New easy-to-use sample demonstrating how to use the Barcode Scanner REST API. This sample is deliberately minimal, designed to give developers a clear, concise example of how to get started with the Barcode Scanner REST API in a few minutes.
  • Improved recognition of Data Matrix barcodes with damaged finder patterns.
  • Improved recognition of distorted QR Codes.
  • Improved recognition of stretched QR Codes.
  • Improved recognition of heavily damaged Code...

Released: Sep 23, 2022

v13.9 での更新項目

機能

  • Added a RESTful API for barcode scanning.
  • QR Code decoding - Improved decoding of damaged QR Code barcodes that have a noise line going through the locator pattern.
  • Added new topics for the Barcode Scanner REST API, including how to get started and use the code examples.

不具合の修正

  • Addressed a memory leak issue when Barcode Xpress is used in a multithreaded application and the additionalReadingPass parameter is set to true.

Released: Feb 22, 2022

v13.8 での更新項目

機能

  • Added the ability to create 1D and 2D barcodes on Linux operating systems.
  • Added new Barcode Xpress for .NET Core samples - New easy-to-use samples have been created, these samples are deliberately minimal, designed to give developers clear, concise examples of how to get started with Barcode Xpress in a few minutes.
  • Code 39 decoding - Improved decoding of damaged Code 39 barcodes that have one of the bars split by a noise line.

Released: Dec 20, 2021

v13.7 での更新項目

機能

  • Added support for Microsoft .NET 5 and .NET 6 - The Barcode Xpress library now targets Microsoft .NET Standard 2.0 and supports the following .NET development environments:
    • Microsoft .NET Core 3.1.
    • Microsoft .NET 5.
    • Microsoft .NET 6.
  • Added the ability to create 1D and 2D barcodes on Microsoft Windows operating systems.
  • Improved detection of faded or damaged QR Locator Patterns.
  • Documentation Updates - Added new topics related to the barcode creation functionality.

Released: Sep 30, 2021

v13.6 での更新項目

機能

  • QR Code decoding - Improved the ability to decode QR Codes with interior distortion.
  • Added support for Alpine Linux.
  • Documentation Updates - Added a new "Is this page helpful?" question to the bottom of each page, allowing you to send "Yes" or "No" feedback with a single click.
  • Removed top-level directories from the Barcode Xpress for .NET Core ZIP archive to consolidate the directories in the archive and make it easier to extract to your desired location without unnecessary directories...

Released: Jun 30, 2021

v13.5 での更新項目

機能

  • Micro QR Support - With this release you can now recognize the four versions of Micro QR codes: M1, M2, M3 and M4.
  • New Samples on GitHub - New samples have been published on GitHub, designed to give developers a clear, concise example of how to get started with Barcode Xpress in a few minutes.

不具合の修正

  • Fixed rare intermittent issue where Barcode Xpress wasn't able to detect any barcodes on color images.
  • Fixed an intermittent issue when Barcode Xpress incorrectly calculated the module width for...

Released: Jan 23, 2021

v13.4 での更新項目

機能

  • Added support for Microsoft .NET Core 3.1.
  • Updated the sample application to show the total number of located and decoded barcodes.
  • Added support in the License Manager for the following new command line operations:
    • List operation to display installed licenses.
    • Remove operation to remove all installed licenses.
    • getsdklist operation to fetch a list of installable toolkit licenses.
    • installsdk operation to download and install a toolkit license.
  • Added interactive mode support for the License...

Released: Sep 17, 2020

v13.3 での更新項目

機能

  • Added the ability to detect Code 39 and Code 39 Extended barcodes without start and stop patterns.
  • Improved barcode performance:
    • Increased algorithm speed by 5-20% for 1D barcodes.
    • Increased algorithm accuracy for Code 39, Code 39 Extended, and Patch Code barcode types.
  • Added support for Ubuntu 20.04.

Released: May 28, 2020

v13.2 での更新項目

機能

  • Support for Node.js 12.
  • Added support for UPU S18 4-State, MicroPDF417, and PLANET barcodes.
  • Accuracy and performance improvements for Code 128, Data Matrix, PDF417, QR Codes, Code 39, Code 93, and GS1 DataBar barcodes.
  • Added support for Royal Post 4-State variable length decoding.
  • Added BarcodeType object enumerating supported barcode types.
  • Several additional analyze result properties have been exposed.
  • Removed some third party Node.js package dependencies.
  • Now using Node.js Jimp to support...