📄 readme
字号:
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 + -