An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski.
Project description
DEPIXELIZING PIXEL ART
An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski. The implementation is purely in python.
INSTALLATION AND USAGE:
from pixel_art import Depixelize
Depixelize(input_image_path, output_dir).run()
Requirements
- Python
pypng
: https://pypi.python.org/pypi/pypngnetworkx
: https://pypi.python.org/pypi/networkx/svgwrite
: https://pypi.python.org/pypi/svgwrite/
Citations
- https://johanneskopf.de/publications/pixelart/paper/pixel.pdf
- https://github.com/gityou/depixelize
- http://dev.crazyrobot.net/2011/07/12/pixelart-to-vector/
- https://code.launchpad.net/libdepixelize
- http://networkx.lanl.gov/index.html
- https://github.com/jerith/depixel
- https://svgwrite.readthedocs.org/en/latest/
- http://vinipsmaker.wordpress.com/2013/07/21/splines-extraction-on-kopf-lischinski-algorithm-part-1/
- http://vinipsmaker.wordpress.com/2013/08/13/splines-extraction-on-kopf-lischinski-algorithm-part-2/
Authors
Anirudh Vemula, Vamsidhar Yeddu
Computer Science & Engineering, IIT Bombay
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
depixelizer-0.0.1.tar.gz
(25.6 kB
view hashes)