Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 526 Bytes

pixelate

Simple image pixelate tool

Usage

Select the area you want to pixelate by mouse dragging, then press the s key to save it as a pixelated_image.jpg file.

Press the q key to exit.

Command Line

usage: pixelate.py [-h] [-p PIXELSIZE] [image_file]

Pixelate an image.

positional arguments:
  image_file            Input image file name

options:
  -h, --help            show this help message and exit
  -p PIXELSIZE, --pixelsize PIXELSIZE
                        Pixel size for pixelation