Skip to content

t-manojkumar/pixelate-image-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pixelate and Reduce Colors Script

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.

Features:

  • 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.

Requirements:

  • Python 3.x
  • Pillow (pip install Pillow)
  • Tkinter (for file dialog)

Usage:

  1. Clone or download the repository.
  2. Run the script with Python.
  3. Choose the desired bit style (4-bit, 8-bit, etc.).
  4. Select one or more input images and specify the output folder.

License:

This project is licensed under the MIT License - see the LICENSE file for details.

Author:

Manoj Kumar

About

script that pixelate the images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages