libdmtx

Precompiled Binaries

GNU/Linux

  • Debian provides libdmtx-dev, libdmtx-utils, libdmtx0 (0.5.1), and libdmtx0a (0.7.0+) packages
  • Ubuntu provides libdmtx-dev, libdmtx-utils, libdmtx0 (0.6.0), and libdmtx0a (0.7.0+) packages
  • maemo.org provides a libdmtx-dev package for use on the Maemo platform
  • If your distribution is not listed here, please suggest libdmtx to your package maintainers

Mac OS X

Windows

The libdmtx-win32 package requires a working version of ImageMagick on your system, available by downloading and installing the newest version of "ImageMagick-XXX-Q8-windows-dll.exe" from:

http://sourceforge.net/projects/imagemagick/files/

** There are several files to choose from. Be sure to get the "-Q8" package of the latest release. **

After running the ImageMagick installer, download the newest libdmtx-win32 package from:

http://sourceforge.net/projects/libdmtx/files/

and unzip the files into the ImageMagick directory (probably something like C:\Program Files\ImageMagick-X.X.X-Q8). After that you should be able to call dmtxread and dmtxwrite from the DOS or Cygwin prompt.

Source Releases

Filename Bytes MD5SUM Date
ReleaseNotes-0.7.2.txt 838 117105d65b95f240b712cd12a6971216 04-Sep-2009
libdmtx-0.7.2.tar.bz2 1,164,290 0684cf3857591e777b57248d652444ae 04-Sep-2009
libdmtx-0.7.2.tar.gz 1,247,469 e23705cd9bd40b9d7cf1e7c750c67ca5 04-Sep-2009
libdmtx-0.7.2.zip 1,350,679 b54e87670210ba2ef60119834640f79e 04-Sep-2009
       
ReleaseNotes-0.7.0.txt 5,459 6e7fa4be14c3ff14f371c8c4734d2237 02-Mar-2009
libdmtx-0.7.0.tar.bz2 1,152,170 1423cd0c190817e7e8c28802d8d1f4d9 02-Mar-2009
libdmtx-0.7.0.tar.gz 1,257,732 3fae1e2a8370991c084fec6911453c2b 02-Mar-2009
       
ReleaseNotes-0.6.0.txt 1,291 0fe40ab88ca907112b277ec7904885ba 23-Nov-2008
libdmtx-0.6.0.tar.bz2 999,358 bbb5feccf32772eb60e69d2afe45ee1b 23-Nov-2008
libdmtx-0.6.0.tar.gz 1,093,922 66410063cfc19305368ed98a4ede9693 23-Nov-2008
       
README-0.5.2.txt 1,881 9b776b5d3f16ccc53e2134064e5d3f42 04-Sep-2008
libdmtx-0.5.2.tar.bz2 979,567 ac29aa55c2e3eac6eb2b536e34d97b7b 04-Sep-2008
libdmtx-0.5.2.tar.gz 1,069,517 129d960e30498f2a68d31c2c40b145af 04-Sep-2008

Unstable Version (Subversion)

Instructions for Anonymous Subversion Checkout

libdmtx uses Subversion (SVN) revision control hosted by the awesome people at SourceForge. You can check out a working copy for yourself with the following command:
$ svn co https://libdmtx.svn.sourceforge.net/svnroot/libdmtx/trunk libdmtx
This creates a directory named "libdmtx" that contains the latest versions of all required project files. If you checked out a version previously and want to update it with the latest changes, then cd into the libdmtx directory and give it one of these:
$ svn update
If command lines aren't your thing, you can also browse the entire libdmtx SVN repository over the web or by running a dedicated Subversion client.