Giter VIP home page Giter VIP logo

biswadeep-roy / watermarkify Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 532 KB

Watermarkify is a Python tool designed to simplify the process of adding watermarks to images. Whether you're looking to brand your images with a logo or protect them with a custom text watermark, Watermarkify provides an easy-to-use solution.

License: MIT License

Jupyter Notebook 100.00%
jupyter jupyter-notebook opencv2 python3 watermark watermark-image watermarking

watermarkify's Introduction

Watermarkify

Watermarkify is a Python tool designed to simplify the process of adding watermarks to images. Whether you're looking to brand your images with a logo or protect them with a custom text watermark, Watermarkify provides an easy-to-use solution.

Screenshot of Output:
image

Features

  • Logo Watermark: Seamlessly embed your logo onto images with customizable transparency levels.
  • Text Watermark: Add personalized text watermarks to your images with ease.
  • Flexibility: Adjust watermark positioning, size, and transparency to suit your needs.
  • External URL Support: Works effortlessly with images hosted online.

Installation

  1. Clone the repository:

    git clone https://github.com/biswadeep-roy/Watermarkify.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Usage

Adding Logo Watermark

from watermarkify import add_logo_watermark

# Replace 'image_url' and 'logo_url' with actual image and logo URLs
image_url = 'YOUR_IMAGE_URL'
logo_url = 'YOUR_LOGO_URL'

add_logo_watermark(image_url, logo_url)

Adding Text Watermark

from watermarkify import add_text_watermark

# Replace 'image_url' with actual image URL
image_url = 'YOUR_IMAGE_URL'

add_text_watermark(image_url, 'YOUR_CUSTOM_TEXT')

Contributing

Contributions are welcome! If you have ideas, suggestions, or bug fixes, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Watermarkify utilizes the Pillow library for image processing.

watermarkify's People

Contributors

biswadeep-roy 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.