Barcode Xpress .NET Core v14.0

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 officially supported.

不具合の修正

  • Deprecation Notice System.Drawing.Bitmap is no longer available on non-Windows platforms when targeting .NET 7.0 and later.
    • The Analyze method that accepts a Bitmap object has been deprecated.
    • If your application targets only Windows, you can continue to use this overload. Otherwise, it is recommended you use the newly added Analyze(Stream) method instead.