As always, we continue to improve our products for better performance and useability.
Dynamsoft Barcode Reader v7.6 Released
As always, we continue to improve our products for better performance and useability. We are happy to announce the release of Dynamsoft Barcode Reader SDK v7.6!
Release Highlights
- Added Mac library into the JAR file to support macOS platform
- Improved the decoding speed when using the ScanDirectly mode
- Improved the decoding speed by utilizing SIMD (single instruction, multiple data)
- Added a new member, rpmColourArgumentIndex, in the IntermediateResult struct
Windows Edition
NEW
- [Java SDK] Added Mac library into the JAR file to support macOS platform. The Java SDK now supports Windows, Linux and macOS.
- Added a new member rpmColourArgumentIndex in the struct IntermediateResult. The rpmColourArgumentIndex is the index of ForeAndBackgroundColour argument used for RegionPredetectionMode.
IMPROVED
- Improved the decoding speed for when ScanDirectly mode is enabled for localization.
- Improved the decoding speed by utilizing SIMD (single instruction, multiple data).
- Improved the deblurring algorithm for linear barcodes.
FIXED
- Fixed a bug where the coordinates of barcodes are calculated incorrectly under some situations.
- Fixed a crash issue which occurs under some situations.
Linux Edition
NEW
- [Java SDK] Added Mac library into the JAR file to support macOS platform. The Java SDK now supports Windows, Linux and macOS.
- Added a new member rpmColourArgumentIndex in the struct IntermediateResult. The rpmColourArgumentIndex is the index of ForeAndBackgroundColour argument used for RegionPredetectionMode.
IMPROVED
- Improved the decoding speed for when ScanDirectly mode is enabled for localization.
- Improved the decoding speed by utilizing SIMD (single instruction, multiple data).
- Improved the deblurring algorithm for linear barcodes.
FIXED
- Fixed a bug where the coordinates of barcodes are calculated incorrectly under some situations.
- Fixed a crash issue which occurs under some situations.
Mobile Edition
NEW
- Added a new member rpmColourArgumentIndex in the struct IntermediateResult. The rpmColourArgumentIndex is the index of ForeAndBackgroundColour argument used for RegionPredetectionMode.
IMPROVED
- Improved the decoding speed for when ScanDirectly mode is enabled for localization.
- Improved the decoding speed by utilizing SIMD (single instruction, multiple data).
- Improved the deblurring algorithm for linear barcodes.
FIXED
- Fixed a bug where the coordinates of barcodes are calculated incorrectly under some situations.
- Fixed a crash issue which occurs under some situations.
JavaScript Edition
IMPROVED
- Upgraded to the latest barcode engine.