This project is an image processing application that provides various methods for enhancing images. It includes functionalities such as resizing, filtering, and rotating images.
image-processor
├── src
│ ├── __init__.py
│ ├── main.py
│ ├── processors
│ │ ├── __init__.py
│ │ └── image_processor.py
│ └── utils
│ ├── __init__.py
│ └── helpers.py
├── tests
│ ├── __init__.py
│ └── test_processor.py
├── requirements.txt
└── README.md
To install the required dependencies, run:
pip install -r requirements.txt
To run the application, execute the following command:
python src/main.py
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License.