Skip to content

Commit

Permalink
add badge into README
Browse files Browse the repository at this point in the history
  • Loading branch information
qingquanwang committed Feb 1, 2021
1 parent 971a008 commit 1e70c6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# invisible-watermark
[![PyPI](https://img.shields.io/pypi/v/invisible-watermark)](https://pypi.org/project/invisible-watermark/)
[![License](https://img.shields.io/pypi/l/invisible-watermark.svg)](https://github.com/ShieldMnt/invisible-watermark/blob/main/LICENSE)
![Python](https://img.shields.io/badge/python->=3.6-green.svg)
![Platform](https://img.shields.io/badge/platform-%20linux%20-green.svg)
[![Downloads](https://pepy.tech/badge/invisible-watermark)](https://pepy.tech/project/invisible-watermark)

invisible-watermark is a **python** library and command line tool for creating invisible watermark over image.(aka. **blink image watermark**, **digital image watermark**). The algorithm doesn't reply on the original image.

**Note that** this library is still experimental and it doesn't support GPU acceleration, carefully deploy it on the production environment. The default method **dwtDCT**(one variant of frequency methods) is ready for on-the-fly embedding, the other methods are too slow on a CPU only environment.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

setuptools.setup(
name='invisible-watermark',
version='0.1.4',
version='0.1.5',
author='Qingquan Wang',
author_email='wangqq1103@gmail.com',
description='The library for creating and decoding invisible image watermarks',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/ShiedMnt/invisible-watermark',
url='https://github.com/ShieldMnt/invisible-watermark',
packages=setuptools.find_packages(),
install_requires=[
'opencv-python>=4.1.0.25',
Expand Down

0 comments on commit 1e70c6b

Please sign in to comment.