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

asakovets/Pixel-Art

 
 

Repository files navigation

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

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

Languages

  • Python 100.0%