Softek Barcode Reader Toolkit for Linux v8.4.x
Released: Feb 27, 2020
v8.4.x 中的更新
v8.4.1
Updated Feb 27, 2020
- The amount of memory required on the stack for the software to run has been reduced. This had previously caused some problems when running version 8.3.3 under Docker.
- The bardecode.a library is now built using -fPIC
- The libbardecode.so for linux_x86_64 and linux_i386 no longer depends on libtiff.so etc. This means that for linux there are now just 2 main builds - one for i386 and another for x86_64.
- The libbardecode_jni.so file no longer exists and the functions moved to the libbardecode.so file. The Barcode class in the java folder has been updated to reflect this change of library name.
- Support for Python and Python3 has been added to the library. An example script can be found in the Python folder.
- There are also improvements to the handling of rectangular Datamatrix barcodes with this version.