Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Readme.md

Circular Image

This script provides a circular image when a regular image is given.

Requirement for this script:

  1. numpy
  2. PIL

install it by running the following commands in the command prompt:

  1. pip install numpy
  2. pip install pillow

How to use this script?

Just type the following in your command prompt:

python script.py

Sample of the script in action:

This is the original picture.

Original Image

demo

Circular Image will be created in the directory with the file name : circularImg.png

Original Image