Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 committed Dec 18, 2021
1 parent 9d0acdb commit 109dc56
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,9 @@ The output `wm_extract` is an array of float. set a threshold such as 0.5.
```python
WaterMark(..., processes=None)
```
- `processes`: number of processes, can be integer. Default `None`, meaning use all processes.
- `processes`: number of processes, can be integer. Default `None`, meaning use all processes.

## Related Project

text_blind_watermark: [https://github.com/guofei9987/text_blind_watermark](https://github.com/guofei9987/text_blind_watermark)
Embed string into string.
5 changes: 5 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,8 @@ print(wm_extract)
WaterMark(..., processes=None)
```
- `processes`: 整数,指定线程数。默认为 `None`, 表示使用全部线程。

## 相关项目

text_blind_watermark: [https://github.com/guofei9987/text_blind_watermark](https://github.com/guofei9987/text_blind_watermark)
文本盲水印,把信息隐秘地打入文本.
2 changes: 1 addition & 1 deletion blind_watermark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .bwm_core import WaterMarkCore
from .att import *

__version__ = '0.1.1'
__version__ = '0.2.1'

0 comments on commit 109dc56

Please sign in to comment.