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.
- 📂 Batch Processing: Edit all images in a folder automatically.
- 🎨 Image Filters: Apply sharpening and grayscale effects.
- 🚀 Efficient: Minimal dependencies and high performance.
- Place the images you want to edit in the
imgs
folder. - Run the script, and it will:
- Apply sharpening and grayscale filters.
- Save the edited images to the
editedImgs
folder.