Image Watermarking
Image Watermarking
Image Watermarking
App
Team members
Sudhir Yadav – 21CDO1041
Shobhit – 21CDO1036
FLOWCHART
1. Start:
• The user launches the app.
2. Image Upload:
• User uploads the image they want to watermark.
3. Watermark Input:
• User inputs the watermark text or uploads a watermark image.
• Options for customizing watermark: position, opacity, size, etc.
4. Watermark Embedding Process:
• Backend (Python, Flask) processes the image.
• Machine learning algorithms (if applicable) adjust the watermark based on security settings.
5. Display Watermarked Image:
• The app displays the watermarked image for user review.
6. User Confirmation:
• User confirms if the watermark is satisfactory.
1. Yes: Proceed to save the image.
2. No: Return to step 3 for customization.
7. Save Watermarked Image:
• The watermarked image is saved locally or in the cloud.
8. End:
• Process completes, and the user can download the image.
Algorithms