ZBarWin64--master

所属分类:Windows编程
开发工具:Visual C++
文件大小:14214KB
下载次数:7
上传日期:2019-05-08 15:01:40
上 传 者angryhu
说明:  Windows平台64位zbar库 条形码,二维码识别库
(Bar Code, Two-Dimensional Code Recognition Library)

文件列表:
zbar-0.10-setup.exe (3257279, 2019-05-08)
ZBarWin64-master\.hgignore (461, 2015-03-09)
ZBarWin64-master\.vs\zbar64\v15\.suo (26624, 2019-05-08)
ZBarWin64-master\.vs\zbar64\v15\Browse.VC.db (36954112, 2019-05-08)
ZBarWin64-master\android\AndroidManifest.xml (628, 2015-03-09)
ZBarWin64-master\android\ant.properties (696, 2015-03-09)
ZBarWin64-master\android\build-ndk.xml (2816, 2015-03-09)
ZBarWin64-master\android\build.xml (3494, 2015-03-09)
ZBarWin64-master\android\ChangeLog (58, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\AndroidManifest.xml (876, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\ant.properties (696, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\build.xml (3359, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\proguard.cfg (1248, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\project.properties (361, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\res\layout\main.xml (770, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\res\values\strings.xml (117, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\src\net\sourceforge\zbar\android\CameraTest\CameraPreview.java (3550, 2015-03-09)
ZBarWin64-master\android\examples\CameraTest\src\net\sourceforge\zbar\android\CameraTest\CameraTestActivity.java (4677, 2015-03-09)
ZBarWin64-master\android\jni\Android.mk (1757, 2015-03-09)
ZBarWin64-master\android\jni\Application.mk (35, 2015-03-09)
ZBarWin64-master\android\jni\config.h (6691, 2015-03-09)
ZBarWin64-master\android\proguard.cfg (1248, 2015-03-09)
ZBarWin64-master\android\project.properties (381, 2015-03-09)
ZBarWin64-master\android\res\layout\main.xml (402, 2015-03-09)
ZBarWin64-master\android\res\values\strings.xml (121, 2015-03-09)
ZBarWin64-master\ChangeLog (29465, 2015-03-09)
ZBarWin64-master\config\.keep (0, 2015-03-09)
ZBarWin64-master\config\config.rpath (18343, 2015-03-09)
ZBarWin64-master\configure.ac (20896, 2015-03-09)
ZBarWin64-master\COPYING (1279, 2015-03-09)
ZBarWin64-master\doc\api\footer.html (772, 2015-03-09)
ZBarWin64-master\doc\doxygen.conf.in (807, 2015-03-09)
ZBarWin64-master\doc\Makefile.am.inc (1478, 2015-03-09)
ZBarWin64-master\doc\manual.xml (1221, 2015-03-09)
ZBarWin64-master\doc\ref\commonoptions.xml (6652, 2015-03-09)
ZBarWin64-master\doc\ref\zbarcam.xml (7184, 2015-03-09)
ZBarWin64-master\doc\ref\zbarimg.xml (8327, 2015-03-09)
ZBarWin64-master\doc\style.xsl (300, 2015-03-09)
ZBarWin64-master\examples\barcode.png (1182, 2015-03-09)
... ...

ZBar Windows x*** port for VS2013 ================================ This project is a fork of the Zbar bar code reader project, adapted for compiling under VS2013. My main objective was to be able to build a x*** version of the ZBar library for use in my applications. If you find any bugs please let me know via this project. This library is provided as is, use it at your own risk. No guarantee of functional or operational safety or security can be given. Usage ===== There is no installer. To use the libraries you can either use the built .lib and .dll versions and the include files, or you can build the libraries yourself. The built dll and lib files are also distributed under the lib dir. You will also need the libiconv dll which can be found under zbar/libiconv/dll_xxx. The include files are in zbar/include like in the original project. Limitation ========== - No Output Window and Video Input functions. Removed from the DLL def file. Some of it might be still in the code but you should not try to use them. - I have done limited testing. Basically testing of the EAN and QR codes which I need for my own applications. License and copying =================== See the licensing and copying information of the original project which are all still present. The licensing of this library should be LGPL following the license of the original library. Copyright ========= Dani van der Meer 2015 Acknowledgements ================ I used the libiconv for windows from http://www.codeproject.com/Articles/302012/How-to-Build-libiconv-with-Microsoft-Visual-Studio I got some ideas for the conversion from https://code.google.com/p/zbar-redux And of course the ZBar library itself. http://sourceforge.net/projects/zbar. ZBar is an extremely useful library for me! --- Original ZBar readme --- ZBAR BAR CODE READER ==================== ZBar Bar Code Reader is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Codabar, Interleaved 2 of 5 and QR Code. Included with the library are basic applications for decoding captured bar code images and using a video device (eg, webcam) as a bar code scanner. For application developers, language bindings are included for C, C++, Python and Perl as well as GUI widgets for Qt, GTK and PyGTK. Check the ZBar home page for the latest release, mailing lists, etc. http://zbar.sourceforge.net/ License information can be found in 'COPYING'. BUILDING ======== See 'INSTALL' for generic configuration and build instructions. The scanner/decoder library itself only requires a few standard library functions which should be avilable almost anywhere. The zbarcam program uses the video4linux API (v4l1 or v4l2) to access the video device. This interface is part of the linux kernel, a 2.6 kernel is recommended for full support. More information is available at http://www.linuxtv.org/wiki/ pkg-config is used to locate installed libraries. You should have installed pkg-config if you need any of the remaining components. pkg-config may be obtained from http://pkg-config.freedesktop.org/ The zbarimg program uses ImageMagick to read image files in many different formats. You will need at least ImageMagick version 6.2.6 if you want to scan image files. ImageMagick may be obtained from http://www.imagemagick.org/ The Qt widget requires Qt4. You will need Qt4 if you would like to use or develop a Qt GUI application with an integrated bar code scanning widget. Qt4 may be obtained from http://qt.nokia.com/products The GTK+ widget requires GTK+-2.x. You will need GTK+ if you would like to use or develop a GTK+ GUI application with an integrated bar code scanning widget. GTK+ may be obtained from http://www.gtk.org/ The PyGTK wrapper for the GTK+ widget requires Python and PyGTK. You will need both if you would like to use or develop a PyGTK GUI application with an integrated bar code scanning widget. PyGTK may be obtained from http://www.pygtk.org/ The Python bindings require Python (version?). You will need Python if you would like to scan images or video directly using Python. Python is available from http://python.org/ The Perl bindings require Perl (version?). You will need Perl if you would like to scan images or video directly using Perl. Perl is available from http://www.perl.org/ If required libraries are not available you may disable building for the corresponding component using configure (see configure --help). The Perl bindings must be built separately after installing the library. see perl/README RUNNING ======= 'make install' will install the library and application programs. Run 'zbarcam' to start the video scanner. use 'zbarimg barcode.jpg' to decode a saved image file. Check the manual to find specific options for each program. REPORTING BUGS ============== Bugs can be reported on the sourceforge project page http://www.sourceforge.net/projects/zbar/ Please include the ZBar version number and a detailed description of the problem. You'll probably have better luck if you're also familiar with the concepts from: http://www.catb.org/~esr/faqs/smart-questions.html

近期下载者

相关文件


收藏者