*# Image Conversion
Image Conversion is a Python-based project designed to convert images from one format to another. This tool simplifies the image conversion process, supporting multiple image formats, and provides an intuitive way to handle image transformation tasks efficiently.
- Convert images between various formats (e.g., PNG, JPG, BMP, etc.)
- Batch processing for multiple images
- Lightweight and easy-to-use interface
To run this project, ensure you have the following installed:
- Python 3.7+
- Required Python libraries (see Installation below)
-
Clone the repository:
git clone https://github.com/SurbhitParashar/ImageConversion.git cd ImageConversion
-
Install dependencies:
pip install -r requirements.txt
-
Place the images you want to convert in the designated folder (e.g.,
input_images
). -
Run the script:
python avatar.py
-
Follow the prompts to select the input and output formats.
-
Converted images will be saved in the
output_images
folder (or as specified in the code).
Contributions are welcome! If you encounter any issues or have feature suggestions, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push the branch and submit a pull request.
This project is licensed under the MIT License.
- Inspired by the need for a simple image conversion tool.
- Built using Python's powerful image-processing libraries.
For any inquiries, feel free to reach out:
- Author: Yash Yogi, Shahnaj Khan, Yogesh Kumawat, Surbhit Parashar
- GitHub: SurbhitParashar
- Email: [email protected]