A Python tool for applying soft, aesthetic blur to
images using the PIL library.
SoftFocus is a Python application that allows you to blur images using the PIL (Python Imaging Library). It provides a simple interface to apply Gaussian blur to images, resulting in softened and aesthetically pleasing outputs.
git clone https://github.com/Bilguun04/SoftFocus
pip install pillow
python blur_image.py input.jpg output.jpg
python blur_image.py input.jpg output.jpg 5
Distributed under the MIT License. See
LICENSE
in the repository for more information.