Metadata-Version: 2.1
Name: image-titler
Version: 1.7.1
Summary: Adds a title and logo to an image using The Renegade Coder Featured Image style
Home-page: https://github.com/TheRenegadeCoder/image-titler
Author: The Renegade Coder
Author-email: jeremy.grifski@therenegadecoder.com
License: UNKNOWN
Description: # Image Titler
        
        [![Join the chat at https://gitter.im/TheRenegadeCoder/image-titler](https://badges.gitter.im/TheRenegadeCoder/image-titler.svg)](https://gitter.im/TheRenegadeCoder/image-titler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        
        Adds a title to an image using The Renegade Coder Featured Image style. The style can be
        defined as the following:
        
        > Titles are split in half by the closest space and displayed using two solid red bars
        > with a white text overlay on the upper right portion of the image.
        
        For example:
        
        ![3 Ways to Check if a List is Empty in Python](samples/3-ways-to-check-if-a-list-is-empty-in-python-featured-image-v1.6.0.JPEG)
        
        ## How to Run
        
        The following code snippet demonstrates a few ways you might use the script:
        
        ```shell
        pip install image-titler # Installs the script
        
        image_titler # Runs as default
        image_titler --title "Hello, World!"  # Adds a custom title
        image_titler --output_path "path/to/output"  # Sets the output path
        image_titler --path "path/to/image"  # Sets the image path
        image_titler --tier "free"  # Sets the membership tier which changes the rectangle borders
        image_titler --logo_path "path/to/logo"  # Adds a 145x145 logo to the lower left corner of the image
        image_titler --batch # Runs the program in batch mode on a directory
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
