Barcode Xpress for Linux v14.0 - Updated January 7, 2025
API Reference / Barcode Component API Reference / Barcode Component Functions Reference / BX_analyze_bmp
In This Topic
BX_analyze_bmp
In This Topic

Searches for barcodes in a bitmap encoded image in memory.

Declaration:

BX_Status BX_analyze_bmp(const BX_AnalyzeParameters* params, void* bmp, unsigned long length, BX_AnalyzeResult* result);

Arguments:

Name Description
params A pointer to the BX_AnalyzeParameters structure specifying the options for recognizing barcodes in an image.
bmp A pointer to a bitmap containing the image to analyze.
length A length of a bitmap image in bytes.
result A pointer to the BX_AnalyzeResult structure. The results of the barcodes found in the image will be placed into this structure.