Metadata-Version: 2.1
Name: image-titler
Version: 1.3.5
Summary: Adds a title 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:
        
        ![Hello World in Pascal](https://i0.wp.com/therenegadecoder.com/wp-content/uploads/2018/04/hello-world-in-pascal-featured-image.jpeg?resize=1024%2C640&ssl=1)
        
        ## How to run
        
        `pip install image-titler`
        
        `image_titler -t title -p ./path_to_image -o ./output`
        
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
