Awesome-Python-Scripts/Image-Circulator
2019-10-05 21:44:59 +05:30
..
image_circulator.py Add script level requirements.txt 2019-10-05 21:44:59 +05:30
README.md Update README.md 2018-10-03 04:31:17 +03:00
requirements.txt Add script level requirements.txt 2019-10-05 21:44:59 +05:30

Image Circulator

Tiny Python3 script to make your images circular.

Dependencies

It requires python3 and pillow. To install pillow, you need pip3 or python3.

Usage

To run, from the command line type:

python3 image_circulator.py -i INPUT_FILE_PATH -o OUTPUT_FILE_PATH -d DIAMETER_IN_PIXELS

Or make the script executable.