Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.69 KB

DEPIXELIZING PIXEL ART

An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski. The implementation is purely in python. Screen Shot 2022-08-19 at 1 33 30 PM

INSTALLATION AND USAGE:

Install via pip:

    pip install depixelizer

Use in code:


    from depixelizer import Depixelize
    Depixelize(input_image_path, output_dir).run()

or via command-line:


    usage: depixelize [-h] [--output_dir OUTPUT_DIR] image_path

    positional arguments:
    image_path            Input Pixel Art Image

    optional arguments:
    -h, --help            show this help message and exit
    --output_dir OUTPUT_DIR
                            Output Dir, defaults to os.cwd()

Requirements

Citations

Authors

Anirudh Vemula, Vamsidhar Yeddu

Computer Science & Engineering, IIT Bombay