This Python script allows you to pixelate an image and reduce its colors to create a pixel-art style effect. It supports different color depths, such as 4-bit, 8-bit, 16-bit, and 32-bit, and can handle both single and multiple images.
- Pixelates an image using a specified pixel size.
- Reduces the number of colors using adaptive color quantization.
- Allows users to select multiple images and an output folder.
- Python 3.x
- Pillow (
pip install Pillow
) - Tkinter (for file dialog)
- Clone or download the repository.
- Run the script with Python.
- Choose the desired bit style (4-bit, 8-bit, etc.).
- Select one or more input images and specify the output folder.
This project is licensed under the MIT License - see the LICENSE file for details.
Manoj Kumar