Awesome-Python-Scripts/Image-Circulator/README.md

14 lines
343 B
Markdown
Raw Normal View History

# Image Circulator
Tiny Python3 script to make your images circular.
2018-10-03 01:29:43 +00:00
## 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`
2018-10-03 01:31:17 +00:00
Or make the script executable.