forked from jonasfj/zbar-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zbar-sharp.dox
22 lines (22 loc) · 982 Bytes
/
zbar-sharp.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*! \mainpage ZBar-sharp Documentation
*
* \section intro Introduction
* ZBar# is contains bindings to a subset of the mid-level zbar
* interfaces, mainly the image scanner and video abstractions.
* These bindings is in the ZBar namespace (libzbar-cil.dll), and
* are build against ZBar version 0.10.
*
* The GtkZBar namespace (gtkzbar-cil.dll) contains a Gtk# widget for
* scanning bar codes with Gtk#.
* The example namespace contains two example applications.
* Example.ImageScanner is a simple console application that shows how to use
* libzbar-cil. The other application Example.GtkScanner is a Gtk# application
* that shows how to use the Scanner widget.
*
* \section fromsrc Building from source
* The source can be build using MonoDevelop or Visual Studio, however,
* the example needs MonoDevelop for GUI generation. Note, that libzbar
* must be in the library path as either libzbar.dll or libzbar.so, for
* Windows and Linux respectively.
*
*/