Skip to content

MULUALEM-TEKLE/blur-images-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Image Blur Tool

Overview

This Python tool blurs an input image and saves the blurred image to an output folder. You can control the blur level using an optional argument.

Features

  • Blurs an input image.
  • Saves the blurred image to a specified output path.
  • Optional blur level argument to control the intensity of the blur.

Requirements

  • Python 3.x
  • Pillow library (pip install pillow)

Usage

  1. Clone the repository or download the image_blur_tool.py file.
  2. Ensure you have Python 3.x installed.
  3. Install the required dependencies:
    pip install pillow
  4. Run the tool with the following command:
    python image_blur_tool.py <input_image> <output_image> --blur_level <blur_level>
    • <input_image>: Path to the input image.
    • <output_image>: Path to save the blurred image.
    • <blur_level>: Optional blur level (default: 5).

Example

python image_blur_tool.py input.jpg output.jpg --blur_level 10

This will blur input.jpg with a blur level of 10 and save the result as output.jpg.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages