How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

Answers (2)

Depends on what you mean by watermarking. Do you want a visible "video bug" like television shows display in the lower corner of the screen? Or do you want a hidden one? If hidden, I'm attaching one technique called LSB watermarking in the attached demo.
Looks like something App Designer can handle. There's a great amount of Documentation to help you out. You can shart here: Develop Apps Using App Designer.
Here's a tutorial that should help you get familiar with the environment: Create a simple App or GUI using App Designer.
Once you start developing the app, you can use the following functions :
  1. imread to read a JPEG image.
  2. imadd to add your watermark to the original image.
  3. imresize to reshape your watermark if required.

Products

Release

R2021a

Tags

Asked:

on 15 Jun 2021

Edited:

on 23 Jun 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!