readme

来自「Datamatrix二维码库和测试程序,运行于linux,仔细研究可以很容易转化」· 代码 · 共 25 行

TXT
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?