/Pixel-Art

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski. The implementation is purely in python and instructions are given below.

example_image

Instructions to run

The implementation can be run by using the command "python main.py" wherein, the command line asks you to enter the path of the input image.

The output image will be created with the same name as the input image in the "outputs/" folder (except with a .svg extension).

Depending on the input file's dimensions, the running time can be long.

There are sample testcases (around 25) in the "testcases/" folder.

You can view some of the outputs that we have got, in the "outputs/" folder.

Requirements

Citations

Authors

Anirudh Vemula, Vamsidhar Yeddu

Computer Science, IIT Bombay