1With iec16022 you can produce 2d barcodes. Also known as Data Matrix. These
2barcodes are defined in ISO/IEC 16022.
3
4To compile, run: ./autogen.sh && ./configure && make -j4
5
6The code was originally written by Andrews & Arnold Ltd. You can download this
7code from http://aa.gg/free/.
8
9GIT repository:	https://github.com/rdoeffinger/iec16022
10