DEPIXELIZING PIXEL ART
An implementation of the paper Depixelizing Pixel Art by Kopf and Lischinski. The implementation is purely in python.
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
- 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
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.2.tar.gz
(25.9 kB
view details)
File details
Details for the file depixelizer-0.0.2.tar.gz.
File metadata
- Download URL: depixelizer-0.0.2.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25c4dd9c4f19663fa4d84180034345f8a58d341c099a0f120516851537f17a64
|
|
| MD5 |
2bab96c606c4c47a4bbb676c9b987910
|
|
| BLAKE2b-256 |
b20640e6b088722c4111407b9ad20e26b37ded27af8cf0372a4a0a91ea9c78b2
|