⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化成VC程序,有这就没必要化钱买个控件了,本人libdmtx-0.3版本转化过,的确可行,现在把找到该版本的libdmtx
💻
字号:
README for libdmtx-ruby version 0.6.0 - November 23, 2008-----------------------------------------------------------------libdmtx-ruby a Ruby wrapper for libdmtx that was written byRomain Goyet and is distributed as part of the libdmtxpackage.I - SetupThis Ruby wrappers relies on RMagick, and of course on libdmtx.1/ Install RMagick : http://rmagick.rubyforge.org/2/ Build libdmtx (./configure --prefix=/a/given/path )3/ ruby extconf.rb --with-dmtx-dir=/a/given/path (same as step 2)4/ make clean5/ makeII - UsageOnce the plug-in is built, you can toy around with the "test.rb"sample script. It demonstrates both reading and writing.Reading : ruby test.rb /path/to/an/image.fileWriting : ruby test.rb (It'll write something to "output.png")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -