The Advanced Image Processor is a Python application built using Tkinter that allows users to easily modify images for eCommerce websites. It supports functionalities such as adding a logo, reducing image size, rotating images, and exporting images in various formats like WEBP and JPEG.
- Load images from a specified directory.
- Add a logo to images.
- Rotate images left or right.
- Resize images to a specified dimension (1000x1000).
- Export images in multiple formats (WEBP, JPEG).
- User-friendly graphical interface.
- Python 3.x
- Tkinter
- Pillow (Python Imaging Library)
- Clone the repository:
git clone https://github.com/mohdelite/image_processor.git cd image_processor