Skip to content

We implement the famous "Depixelizing Pixel Art" paper by Kopf and Lischinski

License

Notifications You must be signed in to change notification settings

vvanirudh/Pixel-Art

Repository files navigation

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

About

We implement the famous "Depixelizing Pixel Art" paper by Kopf and Lischinski

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages