Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Jun 12, 2017
1 parent 3905781 commit c40c693
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@ github.com

bilibili.com (An ACG videos website)

## Halftone
## Halftone and HalfArt support

Halftone support added in version 0.1.0, and I made another new method which combined Halftone and QArt, so I call it HalfArt temporarily.

## Arguments for all methods

The following code shows arguments to get output image of all kind of method:

```python
Expand Down Expand Up @@ -154,7 +156,7 @@ QrHalftonePrinter.print(artist_data_only, path='halfart-data-only.png',
point_width=POINT_PIXEL)
```

Result
### Result example for all method

| | | |
| :-: | :-: | :-: |
Expand Down
6 changes: 4 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,12 @@ Github 首页。

哔哩哔哩。

# Halftone 支持
## Halftone 和 HalfArt 支持

0.1.0 版本增加了 Halftone 支持,另外也实现了一种结合了 QArt 和 Halftone 的新算法,我暂时命名为 HalfArt。

## 各方法所用参数

以下代码展示了输出各种格式的所需参数:

```python
Expand Down Expand Up @@ -158,7 +160,7 @@ QrHalftonePrinter.print(artist_data_only, path='halfart-data-only.png',
point_width=POINT_PIXEL)
```

结果如下表:
### 各方法结果样例

| | | |
| :-: | :-: | :-: |
Expand Down

0 comments on commit c40c693

Please sign in to comment.