Skip to content

Commit 109dc56

Browse files
committed
version 0.2.1
1 parent 9d0acdb commit 109dc56

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,9 @@ The output `wm_extract` is an array of float. set a threshold such as 0.5.
177177
```python
178178
WaterMark(..., processes=None)
179179
```
180-
- `processes`: number of processes, can be integer. Default `None`, meaning use all processes.
180+
- `processes`: number of processes, can be integer. Default `None`, meaning use all processes.
181+
182+
## Related Project
183+
184+
text_blind_watermark: [https://github.com/guofei9987/text_blind_watermark](https://github.com/guofei9987/text_blind_watermark)
185+
Embed string into string.

README_cn.md

+5
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,8 @@ print(wm_extract)
160160
WaterMark(..., processes=None)
161161
```
162162
- `processes`: 整数,指定线程数。默认为 `None`, 表示使用全部线程。
163+
164+
## 相关项目
165+
166+
text_blind_watermark: [https://github.com/guofei9987/text_blind_watermark](https://github.com/guofei9987/text_blind_watermark)
167+
文本盲水印,把信息隐秘地打入文本.

blind_watermark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .bwm_core import WaterMarkCore
33
from .att import *
44

5-
__version__ = '0.1.1'
5+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)