AlteredAdmin / MultiFormat-Image-Generator

MultiFormatImageGenerator is a Python script that generates test images in multiple formats (JPEG, PNG, BMP, TIFF) with randomized resolutions, background colors, and text colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiFormat Image Generator

MultiFormatImageGenerator is a Python script that generates test images in multiple formats (JPEG, PNG, BMP, TIFF) with randomized resolutions, background colors, and text colors.

Features:

  • Generate images in various formats: JPEG, PNG, BMP, and TIFF.
  • Randomized resolutions for each generated image.
  • Randomized text and background colors to ensure every image is unique.

Requirements:

To use MultiFormatImageGenerator, you'll need to have Python installed along with the Pillow library.

Installation:

  1. Clone the repository:

    git clone https://github.com/AlteredAdmin/MultiFormatImageGenerator.git
  2. Navigate to the cloned directory:

    cd MultiFormatImageGenerator
  3. Install the required package using pip:

    pip install Pillow

Usage:

  1. Run the script:

    python MultiFormatImageGenerator.py
  2. When prompted, enter the total number of images you'd like to generate for each format.

  3. The generated images will be saved in the output_images directory within the project directory.

Contributing:

Feel free to fork the repository and submit pull requests. All contributions are welcome!

Support the Developer

If you found this helpful, please consider:

  • Buymeacoffee: Link

About

MultiFormatImageGenerator is a Python script that generates test images in multiple formats (JPEG, PNG, BMP, TIFF) with randomized resolutions, background colors, and text colors.


Languages

Language:Python 100.0%