|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Go to the source code of this file.
Functions | |
| int | pharos_zxing_decode_image_path (const char *image_path, char **decoded_text_out) |
| int | pharos_zxing_reader_main (int argc, char **argv) |
| int pharos_zxing_decode_image_path | ( | const char * | image_path, |
| char ** | decoded_text_out ) |
Definition at line 80 of file pharos_zxing_reader.c.
References pharos_zxing_copy_text(), STBI_grey, stbi_image_free(), and stbi_load().
Referenced by native_barcode_decode_image_path(), and pharos_zxing_reader_main().
| int pharos_zxing_reader_main | ( | int | argc, |
| char ** | argv ) |
Definition at line 152 of file pharos_zxing_reader.c.
References pharos_zxing_decode_image_path().
Referenced by main().