We implement the famous "Depixelizing Pixel Art" paper by Kopf and Lischinski
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
outputs resized figure Feb 14, 2017
testcases Final submission May 23, 2014
LICENSE Create LICENSE Feb 20, 2018
README Final submission May 23, 2014
README.md Update README.md Jul 16, 2017
algorithm.py Final submission May 23, 2014
bspline.py Final submission May 23, 2014
heuristic.py Final submission May 23, 2014
input.py Final submission May 23, 2014
main.py Final submission May 23, 2014
output.py Final submission May 23, 2014
path.py Final submission May 23, 2014
point.py Final submission May 23, 2014
shape.py Final submission May 23, 2014
smoothen.py Final submission May 23, 2014

README.md

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