Is libdmtx dead, suggested replacement?

六月ゝ 毕业季﹏ 提交于 2019-12-22 07:24:20

问题


I've been using libdmtx in a project and looking to update to a newer version, but it seems the project hasn't been updated in well over a year. The last update/version was June, 2011. The Git repository shows that the last commit was August, 2011. Finally, the author's web site, which previously promoted libdmtx, Dragonfly Logic, is dead with a 404 Not Found error.

Is there another data matrix library that can meet this criteria?

  • Open source
  • Platform-neutral C/C++ (i.e. can build for Windows, POSIX environments)
  • Encodes/decodes data matrix
  • Actively maintained

Alternatively, did libdmtx move somewhere else and continue to get maintained somewhere that I'm not aware of?


回答1:


I can't say that I'll never develop on libdmtx again, but it certainly wouldn't be anytime soon. I simply don't have the spare hours anymore to even keep up with the correspondence, let alone to perform any meaningful development.

So if you wish to fork it, you have my blessing. :)

Unfortunately I'm not aware of any other open source packages that do exactly the same things as libdmtx (which is why I created it in the first place), but I tried to list any similar projects I came across at http://libdmtx.sourceforge.net/resources.php

Good luck!




回答2:


As libdmtx is currently unmaintained (I wouldn't say dead, as there are several users of the library) one should have to look at options.

zxing-cpp is a viable alternative. It can code and decode both DataMatrix, QR codes and barcodes. It compiles both on windows and posix, and are open source (Apache 2)

My only complaint about the zxing-cpp library is that is doesn't support dot peen generated data matrix images.



来源:https://stackoverflow.com/questions/15139031/is-libdmtx-dead-suggested-replacement

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!