Metadata-Version: 2.1
Name: watermarkImage
Version: 1.0.0
Summary: Watermark batch of images
Home-page: https://github.com/roybs2/watermark-image
Author: Roy Ben Shlomo
License: MIT
Download-URL: https://github.com/roybs2/watermark-image/archive/v1.0.0.tar.gz
Description: # Welcome to Watermark Image!
        
        
        The package will let you watermark batch of images.
        This package is written in python 3.5.4
        
        You have 3 methods you can use:
        
        ### Installation
        
        
        
        You can install the watermark-image from PyPI:
        
        ```sh
        $ pip install watermark-image 
        ```
        
        You have 3 methods you can use:
        
        1. watermarkDir:
        
            **input:**
            
                - dirToSearch: path to folder with all the images you want to watermark.
                - logo: PIL image object.
                - Position: one of 4 corners - please use Position enum from the package!
                - Opacity: opacity of logo (1-10), the default is 5.
                - Logo size: there are 4 sizes to choose, the default is 2. 
            
            The output is list of PIL images.
        
        2. watermarkList:
        
            Same like watermarkDir but instead of "dirToSearch" there is "listOfImages" - list of PIL images.
            The output is the same.
            
        3. saveImages:
        
            **input**
                
                - listOfImages: list of PIL images.
                - pathToSave: path to save the watermark images (the folder will be created if not exists).
                
        
        Note that the package supports only jpg\png 
        
        
        License
        ----
        
        MIT
        
        
        **Free Software, Hell Yeah!**
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
