Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 650 Bytes

DigitalWatermarking

Desktop c++ application on providing digital watermarking features, such as creating, embedding, validating digital watermark in images

Prerequisites

  • This projects contains c++ library CImg for image processing. And for using this project with this library you need:

    • Magick++
    • X11
  • Compiler: gcc or g++ with std11

  • Qt-libraries

Installling

  git clone https://github.com/IlyaMarkovMipt/DigitalWatermarking.git
  cd DigitalWatermarking
  cmake .
  make
  ./Debug/WatermarkEngine

Usage

Must be obvious, but if needed, I can add screenshots of usage here.