Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1005 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1005 Bytes

🎨 Image Editor Automation 🖼️

Python License Status

🌟 Overview

Automate your image editing tasks with this lightweight and powerful Python script! This project uses the Pillow library to apply filters like sharpening, grayscale conversion, and more. Batch process images effortlessly and save valuable time.

✨ Features

  • 📂 Batch Processing: Edit all images in a folder automatically.
  • 🎨 Image Filters: Apply sharpening and grayscale effects.
  • 🚀 Efficient: Minimal dependencies and high performance.

🛠️ How It Works

  1. Place the images you want to edit in the imgs folder.
  2. Run the script, and it will:
    • Apply sharpening and grayscale filters.
    • Save the edited images to the editedImgs folder.