Git Product home page Git Product logo

invisible-watermark's Introduction

Invisible-Watermark

Invisible-Watermark is a steganography tool written in python that does not hide text data in an image's pixels but instead hides the text in the image itself.

Help

Here is an example. Can you tell which is the original and which holds the watermark?

Original Watermarked

It's the second one that is watermarked, but you would never know without being told.

Here is the text hidden in the second image.

template

Requirements and Installation

This project uses argparse and PIL to run.

python3 -m pip install argparse
python3 -m pip install pillow

NOTE: This project requires a PNG or BMP file using RGB or RGBA formatting.

WARNING: Adding a watermarked image to a Microsoft Word document and then saving it from the Word document WILL add noise to the image file that may damage the watermark.

An example command is:

python3 Invisible-Watermark.py -i input_file.png -t Watermark_text -f 10 -w 20 -m 0

invisible-watermark's People

Contributors

samiam1086 avatar

Stargazers

 avatar Arslan Topçu avatar Tian, Pu avatar Nik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.