Simple Python script to process images, the functions include:
- brightness and contrast adjustment
- orientation flipping
- grayscale and sepia conversion
- blur and sharpen
- cropping from center
- apply circular and elliptical mask.
python 3.10
numpy 1.25
matplotlib 3.6.0
pillow 9.2
- IDE of your choice!
- Clone or download the source code
- Run the
ipynb
file and follow the input prompts