Skip to content

naaci/watermarking

Repository files navigation

Watermarking

DOI
Pytest with python-latest
Pytest with python-3.11


Overview

This repository contains implementations of various digital image watermarking schemes for grayscale images, as proposed by different authors.
Each module defines a class named watermarking with the following methods:

  • add_watermark: Adds a watermark to an image.
  • extract_watermark: Extracts a watermark from an image.
  • Some modules may also include extract_watermarks for handling multiple watermarks.

Installation

To get started, install the required Python dependencies:

pip install -r requirements.txt

## Testing
`pytest`

About

Implementations of some digital image watermarking schemes for grayscale images proposed by various authors.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors