Skip to content

SurbhitParashar/ImageConversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*# 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.

Features

  • Convert images between various formats (e.g., PNG, JPG, BMP, etc.)
  • Batch processing for multiple images
  • Lightweight and easy-to-use interface

Requirements

To run this project, ensure you have the following installed:

  • Python 3.7+
  • Required Python libraries (see Installation below)

Installation

  1. Clone the repository:

    git clone https://github.com/SurbhitParashar/ImageConversion.git
    cd ImageConversion
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Place the images you want to convert in the designated folder (e.g., input_images).

  2. Run the script:

    python avatar.py
  3. Follow the prompts to select the input and output formats.

  4. Converted images will be saved in the output_images folder (or as specified in the code).

Contributing

Contributions are welcome! If you encounter any issues or have feature suggestions, feel free to open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Push the branch and submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

  • Inspired by the need for a simple image conversion tool.
  • Built using Python's powerful image-processing libraries.

Contact

For any inquiries, feel free to reach out:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages