🔍 SoftFocus

A Python tool for applying soft, aesthetic blur to
images using the PIL library.

📋 Description

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.

✨ Features

🛠️ Installation & Usage

  1. Clone the repo: git clone https://github.com/Bilguun04/SoftFocus
  2. Install dependencies: pip install pillow
  3. Run the script: python blur_image.py input.jpg output.jpg
  4. Optional: Specify a blur radius (default is 2): python blur_image.py input.jpg output.jpg 5

📄 License

Distributed under the MIT License. See LICENSE in the repository for more information.