bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

Monthly : November, 2012

Image resolution and barcode reading

admin November 27, 2012 Image, Settings No Comments

We often receive emails asking us to explain why our SDK is unable to decode a barcode from an attached image, and the answer is often that the resolution of the image is too low; but why does image resolution play such an important role in the decoding of a barcode? What is resolution? For

Continue Reading →

Using the Multi-Threaded set of dll functions

admin November 27, 2012 Software Development Kits No Comments

The SoftekBarcode.dll includes a set of functions suitable for use in multi-threaded applications. The multi-threaded functions all require a handle to the toolkit. This is created using the mtCreateBarcodeSession function and released using the mtDestroyBarcodeSession function: hBarcode = mtCreateBarcodeInstance() nBarcodes = mtScanBarCode(hBarcode, “input.tif”) …process the result in some way mtDestroyBarcodeInstance(hBarcode)   All the multi-threaded functions

Continue Reading →

IOS 4.1 code detail

admin November 27, 2012 Software Development Kits No Comments

Detailed description of work-around for AVCaptureVideoPreviewLayer problem in IOS 4.1 IOS 4.1 seems to contain a critical bug in the AVCaptureVideoPreviewLayer which causes app’s to freeze when an instance of the class is created. The normal way to use AVCaptureVideoPreviewLayer is as follows:   // Create the session session = [[AVCaptureSession alloc] init];     // Configure

Continue Reading →

iPhone OS 4.0

admin November 27, 2012 Software Development Kits No Comments

Following testing on iPhone OS 4.0 beta, the following problems were identified in version 7.3.1d of the SDK and have been corrected in version 7.3.1e: 1. Sample XCode application aborting with error EXEC_BAD_ACCESS. 2. Sample XCode applications froze when Cancel button touched in camera view finder. Both of the above problems were corrected by changes to

Continue Reading →

Version 7.3.1 for Linux Release Notes

admin November 26, 2012 Software Development Kits No Comments

Version 7.3.1 was released on February 30th March 2010. Release notes available here. Please note this is no longer the latest version. 1. GS-1 Databar GS-1 Databar support has been added to toolkit. This includes RSS-14, RSS-14 Stacked, RSS Truncated, RSS Limited, RSS Expanded and RSS Expanded Stacked. There is also support for supplemental information

Continue Reading →

upc-e barcodes and zero suppression

admin November 26, 2012 Software Development Kits No Comments

A UPC-E barcode is actually an EAN-13/UPC-A barcode that has had certain digits removed to create an 8 digit number. Only certain EAN-13/UPC-A barcodes can go through this process. For example, the UPC-A barcode “023456000073 ” can be suppressed to the UPC-E value “02345673” and restored to it’s original value by the barcode reader. The Softek

Continue Reading →

Version 7.3.1 for Windows Release Notes

admin November 26, 2012 Software Development Kits No Comments

Version 7.3.1 was released on February 3rd 2010. Release notes available here. Please not this is no longer the latest version. 1. GS-1 Databar GS-1 Databar support has been added to toolkit in the new version. This includes RSS-14, RSS-14 Stacked, RSS Truncated, RSS Limited, RSS Expanded and RSS Expanded Stacked. There is also support

Continue Reading →

Side by Side Error

admin November 26, 2012 Software Development Kits No Comments

When distributing SoftekBarcodeLib2.dll you may find that you get a “side by side” error message which references the component. For Version 7.4.1 and later…   For x86 based systems, the solution is to install the Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) from the following link: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=en For x64 based systems, the solution is to install the Microsoft

Continue Reading →

Identifying output files when using tiff split

admin November 26, 2012 Settings, Software Development Kits No Comments

This article explains how to correlate the output files produced during a tiff split process against the barcode values returned by GetBarString. The algorithm shown here assumes default split mode (TiffSplitMode = 0) and handles multiple barcodes on a single page and the possibility of no barcode on the first page. The code below uses

Continue Reading →

Reading barcodes from color images

admin November 26, 2012 Image No Comments

The graph below is a representation of a single scan line bisecting the image of the barcode shown underneath. The scale on the Y-axis represents pixel values with distance in pixels on the X-axis. Note that the value of a pixel is derived from the RGB value using the formula (R + G + B) / 3. The

Continue Reading →

« First...«2345»...Last »
  • Copyright © 2021 Softek Software Ltd. All Rights Reserved