浏览代码

Update README.md

master
Gustavo Arnosti Neves 8 年前
committed by GitHub
父节点
当前提交
b0e1bdae4f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -25,13 +25,13 @@ You will need to have `make` installed for this.
## Generating barcodes ## Generating barcodes
Usage is pretty straight forward. Usage is pretty straight forward.
#####There are 4 required parameters
##### There are 4 required parameters
1. Encoding (barcode type) 1. Encoding (barcode type)
2. Output format (png, jpg, svg, html) 2. Output format (png, jpg, svg, html)
3. Barcode string (will become the barcode) 3. Barcode string (will become the barcode)
4. Output file (where to save it) 4. Output file (where to save it)


#####Apart from that you get a few optional parameters
##### Apart from that you get a few optional parameters
* Width factor for the bars (defaults to 2) * Width factor for the bars (defaults to 2)
* Height of the bars (defaults to 30) * Height of the bars (defaults to 30)
* Color of the bars (defaults to black) * Color of the bars (defaults to black)


正在加载...
取消
保存